fix: polish channel groups and add production deployment

This commit is contained in:
hectorzhao
2026-07-07 11:16:08 +08:00
parent b5132d7f4e
commit 72f2c010ce
44 changed files with 1265 additions and 489 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ export function AdminHome() {
footer={(
<>
<Button onClick={() => setSelectedEnterprise(null)} variant="ghost"></Button>
<Button onClick={() => navigate('/admin/billing')}></Button>
<Button onClick={() => navigate('/admin/recharge-records')}></Button>
</>
)}
onClose={() => setSelectedEnterprise(null)}