feat: integrate analytics and fragment receipt improvements

This commit is contained in:
hectorzhao
2026-08-03 15:34:41 +08:00
parent 3357ace7e1
commit 530a65de80
89 changed files with 1964 additions and 324 deletions
+2
View File
@@ -25,6 +25,7 @@ import {
ReceiptText,
ClipboardList,
Send,
ScanSearch,
Settings,
Shield,
ShieldOff,
@@ -182,6 +183,7 @@ function AdminAuthenticatedLayout({ session }: { session: LoginSession }) {
{ label: '用户管理', to: '/admin/users', icon: Users },
{ label: '手机号段库', to: '/admin/phone-segments', icon: Phone },
{ label: '报备字段库', to: '/admin/drainage-fields', icon: Hash },
{ label: '引流识别规则', to: '/admin/drainage-detection-rules', icon: ScanSearch },
{ label: '系统日志', to: '/admin/system-logs', icon: FileText },
],
},