diff --git a/web/admin-spa/src/views/AccountsView.vue b/web/admin-spa/src/views/AccountsView.vue index 1c42ce64..13ce8b56 100644 --- a/web/admin-spa/src/views/AccountsView.vue +++ b/web/admin-spa/src/views/AccountsView.vue @@ -673,7 +673,9 @@ 'h-2 rounded-full transition-all duration-300', getCodexUsageBarClass(account.codexUsage.primary.usedPercent) ]" - :style="{ width: getCodexUsageWidth(account.codexUsage.primary.usedPercent) }" + :style="{ + width: getCodexUsageWidth(account.codexUsage.primary.usedPercent) + }" /> @@ -701,7 +703,9 @@ 'h-2 rounded-full transition-all duration-300', getCodexUsageBarClass(account.codexUsage.secondary.usedPercent) ]" - :style="{ width: getCodexUsageWidth(account.codexUsage.secondary.usedPercent) }" + :style="{ + width: getCodexUsageWidth(account.codexUsage.secondary.usedPercent) + }" /> @@ -713,7 +717,10 @@
短期/长期占比 @@ -975,7 +982,10 @@
-
+
@@ -1003,7 +1013,10 @@ 重置剩余 {{ formatCodexRemaining(account.codexUsage.primary) }}
-
+
@@ -1020,7 +1033,9 @@ 'h-2 rounded-full transition-all duration-300', getCodexUsageBarClass(account.codexUsage.secondary.usedPercent) ]" - :style="{ width: getCodexUsageWidth(account.codexUsage.secondary.usedPercent) }" + :style="{ + width: getCodexUsageWidth(account.codexUsage.secondary.usedPercent) + }" />
@@ -1032,7 +1047,11 @@
短期/长期占比 diff --git a/web/admin-spa/src/views/ApiStatsView.vue b/web/admin-spa/src/views/ApiStatsView.vue index f26df4e5..6e906f14 100644 --- a/web/admin-spa/src/views/ApiStatsView.vue +++ b/web/admin-spa/src/views/ApiStatsView.vue @@ -205,7 +205,7 @@ const handleKeyDown = (event) => { // 初始化 onMounted(() => { - console.log('API Stats Page loaded') + // API Stats Page loaded // 初始化主题(因为该页面不在 MainLayout 内) themeStore.initTheme()