新增grade(成绩统计)页面

This commit is contained in:
2025-12-25 03:34:48 +00:00
parent 37c61f8e72
commit a389879406
32 changed files with 1773 additions and 60 deletions

View File

@@ -27,6 +27,11 @@
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/grade": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/grade.js"
]
},
"ampFirstPages": []