mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
Chore: frontend infrastructure upgrade (#16420)
Co-authored-by: NFish <douxc512@gmail.com> Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: twwu <twwu@dify.ai> Co-authored-by: jZonG <jzongcode@gmail.com>
This commit is contained in:
@@ -15,17 +15,17 @@ const CustomPage = () => {
|
||||
return (
|
||||
<div className='flex flex-col'>
|
||||
{showBillingTip && (
|
||||
<div className='flex justify-between mb-1 p-4 pl-6 bg-gradient-to-r from-components-input-border-active-prompt-1 to-components-input-border-active-prompt-2 shadow-lg backdrop-blur-sm rounded-xl'>
|
||||
<div className='mb-1 flex justify-between rounded-xl bg-gradient-to-r from-components-input-border-active-prompt-1 to-components-input-border-active-prompt-2 p-4 pl-6 shadow-lg backdrop-blur-sm'>
|
||||
<div className='space-y-1 text-text-primary-on-surface'>
|
||||
<div className='title-xl-semi-bold'>{t('custom.upgradeTip.title')}</div>
|
||||
<div className='system-sm-regular'>{t('custom.upgradeTip.des')}</div>
|
||||
</div>
|
||||
<div className='w-[120px] h-10 flex items-center justify-center bg-white rounded-3xl shadow-xs system-md-semibold text-text-accent cursor-pointer hover:opacity-95' onClick={() => setShowPricingModal()}>{t('billing.upgradeBtn.encourageShort')}</div>
|
||||
<div className='system-md-semibold flex h-10 w-[120px] cursor-pointer items-center justify-center rounded-3xl bg-white text-text-accent shadow-xs hover:opacity-95' onClick={() => setShowPricingModal()}>{t('billing.upgradeBtn.encourageShort')}</div>
|
||||
</div>
|
||||
)}
|
||||
<CustomWebAppBrand />
|
||||
{showContact && (
|
||||
<div className='absolute bottom-0 h-[50px] leading-[50px] text-xs text-text-quaternary'>
|
||||
<div className='absolute bottom-0 h-[50px] text-xs leading-[50px] text-text-quaternary'>
|
||||
{t('custom.customize.prefix')}
|
||||
<a className='text-text-accent' href={contactSalesUrl} target='_blank' rel='noopener noreferrer'>{t('custom.customize.contactUs')}</a>
|
||||
{t('custom.customize.suffix')}
|
||||
|
||||
Reference in New Issue
Block a user