feat(admin): refactor admin console to focus on superadmin tier, graduation and dispute governance

This commit is contained in:
Bot
2026-08-31 01:58:15 +08:00
parent 4890329f99
commit 7c59c2e9fc
6 changed files with 499 additions and 126 deletions
@@ -12,10 +12,9 @@ export const AdminNavbar: React.FC<NavbarProps> = ({ activeTab, setActiveTab })
const { account, isCorrectNetwork, connectWallet, switchNetwork } = useWeb3();
const navItems = [
{ id: 'faucet', label: '🚰 WUSD 水龙头' },
{ id: 'wizard', label: '🚀 创建市场向导' },
{ id: 'governance', label: '⚙️ 协议参数治理' },
{ id: 'adjudication', label: '⚖️ 市场风控与裁决' },
{ id: 'governance', label: '⚙️ 协议全局治理' },
{ id: 'adjudication', label: '⚖️ 市场争议终裁与熔断' },
{ id: 'faucet', label: '🚰 超管铸币水龙头' },
];
return (