增加人工渠道

This commit is contained in:
yml2213
2026-04-23 11:59:57 +08:00
parent 871d99cc93
commit 512b58856f
16 changed files with 2206 additions and 2 deletions
@@ -27,6 +27,7 @@ const navItems = computed(() => {
{ to: '/admin/dashboard', label: '概览' },
{ to: '/admin/orders', label: '订单' },
{ to: '/admin/tasks', label: '任务' },
{ to: '/admin/manual-redeem', label: '人工兑换' },
{ to: '/admin/message-deliveries', label: '消息发送' },
]