From 5254858a9fefbdd0988ff91f646e6d4187c2e302 Mon Sep 17 00:00:00 2001 From: WangDL Date: Fri, 22 May 2026 15:22:33 +0800 Subject: [PATCH] fix: remove duplicate DollarOutlined --- src/config/menu.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/menu.tsx b/src/config/menu.tsx index c5b3ba8..914d208 100644 --- a/src/config/menu.tsx +++ b/src/config/menu.tsx @@ -3,7 +3,6 @@ import { CodeOutlined, CloudServerOutlined, RobotOutlined, DashboardOutlined, Do UserOutlined, BookOutlined, ImportOutlined, - DollarOutlined, SettingOutlined, FileOutlined, CloudOutlined, @@ -33,7 +32,6 @@ export const adminMenuItems: AdminMenuItem[] = [ { path: '/users/members', name: '普通用户' }, ], }, - { path: '/membership', name: '会员与额度', icon: , requiredRole: 'ADMIN' }, { path: '/knowledge', name: '知识库管理', @@ -47,7 +45,6 @@ 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' },