feat(admin-web): improve responsive admin layout
Frontend CI / Frontend (push) Has been cancelled

This commit is contained in:
2026-05-13 22:29:46 +08:00
parent 34ef5873ca
commit b3bd23e238
6 changed files with 746 additions and 43 deletions
@@ -137,6 +137,9 @@ const enUS = {
userFallback: 'Admin',
logout: 'Logout',
planFallback: 'Free Plan',
openNavigation: 'Open navigation',
collapseNavigation: 'Collapse navigation',
expandNavigation: 'Expand navigation',
aiUsageTitle: 'AI Point Usage',
aiUsageRecent: 'Recent Usage',
aiUsageEmpty: 'No AI point usage yet',
@@ -134,6 +134,9 @@ const zhCN = {
userFallback: "管理员",
logout: "退出",
planFallback: "免费版",
openNavigation: "打开导航",
collapseNavigation: "收起导航",
expandNavigation: "展开导航",
aiUsageTitle: "AI 点数明细",
aiUsageRecent: "最近消耗",
aiUsageEmpty: "暂无 AI 点数流水",