feat: 新增自动加分规则管理页

This commit is contained in:
NanGua-QWQ
2026-03-29 17:08:44 +08:00
parent a90e8a724b
commit 2c8cc775bb
10 changed files with 940 additions and 1 deletions
+2
View File
@@ -2,6 +2,7 @@ export const MOBILE_NAV_ALL_KEYS = [
"home",
"students",
"score",
"auto-score",
"reward-settings",
"boards",
"leaderboard",
@@ -23,6 +24,7 @@ export const MOBILE_NAV_ITEMS: MobileNavItemConfig[] = [
{ key: "home", path: "/home", labelKey: "sidebar.home" },
{ key: "students", path: "/students", labelKey: "sidebar.students", adminOnly: true },
{ key: "score", path: "/score", labelKey: "sidebar.score" },
{ key: "auto-score", path: "/auto-score", labelKey: "sidebar.autoScore", adminOnly: true },
{
key: "reward-settings",
path: "/reward-settings",