feat: add manual recharge and operation logs

This commit is contained in:
hectorzhao
2026-07-01 15:54:56 +08:00
parent 50d75f1cf3
commit 7ff6d7eac3
14 changed files with 339 additions and 32 deletions
+2
View File
@@ -3,6 +3,7 @@ import {
BarChart3,
Building2,
FileCheck2,
FileText,
FilePenLine,
Gauge,
Hash,
@@ -116,6 +117,7 @@ export function AdminLayout() {
{ label: '用户管理', to: '/admin/users', icon: Users },
{ label: '手机号段库', to: '/admin/phone-segments', icon: Phone },
{ label: '引流信息字段库', to: '/admin/drainage-fields', icon: Hash },
{ label: '系统日志', to: '/admin/system-logs', icon: FileText },
],
},
]}