From 3d8bc4b9d70a28353e90e3e73e06552485d83098 Mon Sep 17 00:00:00 2001 From: WangDL Date: Fri, 22 May 2026 15:23:18 +0800 Subject: [PATCH] fix: restore billing menu item --- src/config/menu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/menu.tsx b/src/config/menu.tsx index 914d208..e011233 100644 --- a/src/config/menu.tsx +++ b/src/config/menu.tsx @@ -45,6 +45,7 @@ export const adminMenuItems: AdminMenuItem[] = [ { path: '/ai-costs', name: 'AI 调用与成本', icon: }, { path: '/files', name: '文件与 COS', icon: }, { path: '/settings', name: '系统配置', icon: , requiredRole: 'ADMIN' }, + { path: '/billing', name: 'API 用量', icon: , requiredRole: 'SUPER_ADMIN' }, { path: '/git', name: '代码仓库', icon: }, { path: '/servers', name: '服务器运维', icon: , requiredRole: 'SUPER_ADMIN' }, { path: '/audit', name: '审计日志', icon: , requiredRole: 'ADMIN' },