This commit is contained in:
2026-07-21 10:43:58 +08:00
parent 65fc424583
commit 56f380aa33
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
}
})();
</script>
<script type="module" crossorigin src="/assets/index-eTB6NUIy.js"></script>
<script type="module" crossorigin src="/assets/index-EkeqGDZe.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css">
</head>
<body>
+1 -1
View File
@@ -23,7 +23,7 @@ const MODULE_LABELS: Record<string, string> = {
'other': '其他',
};
const COLORS = ['#6366f1', '#8b5cf6', '#a78bfa', '#c4b5fd', '#10b981', '#f59e0b', '#ef4444', '#3b82f6'];
const COLORS = ['#6366f1', '#10b981', '#f59e0b', '#ef4444', '#3b82f6', '#ec4899', '#14b8a6', '#f97316'];
const AdminDashboard: React.FC = () => {
const [stats, setStats] = useState<AdminStats | null>(null);