mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-07-06 16:12:11 +08:00
fix: 修复额度首页显示异常
This commit is contained in:
@@ -70,10 +70,10 @@ const Header = () => {
|
||||
<WorkplaceSelector />
|
||||
</WorkspaceProvider>
|
||||
{enableBilling ? <PlanBadge allowHover sandboxAsUpgrade plan={plan.type} onClick={handlePlanClick} /> : <LicenseNav />}
|
||||
<AccountMoneyExtend />{/* // 二开部分 - 额度限制 */}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
{!isMobile && <AccountMoneyExtend />}{/* // 二开部分 - 额度限制 */}
|
||||
</div >
|
||||
{isMobile && (
|
||||
<div className='flex'>
|
||||
|
||||
Reference in New Issue
Block a user