新增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": []

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -4,5 +4,11 @@
"files": [
"static/chunks/_pages-dir-browser_node_modules_jsplumb_dist_js_jsplumb_js.js"
]
},
"pages/grade.js -> xlsx": {
"id": "pages/grade.js -> xlsx",
"files": [
"static/chunks/_pages-dir-browser_node_modules_xlsx_xlsx_mjs.js"
]
}
}

View File

@@ -24,6 +24,11 @@ globalThis.__BUILD_MANIFEST = {
"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": []

View File

@@ -1 +1 @@
self.__REACT_LOADABLE_MANIFEST="{\"components/JsPlumbInit.js -> jsplumb\":{\"id\":\"components/JsPlumbInit.js -> jsplumb\",\"files\":[\"static/chunks/_pages-dir-browser_node_modules_jsplumb_dist_js_jsplumb_js.js\"]}}"
self.__REACT_LOADABLE_MANIFEST="{\"components/JsPlumbInit.js -> jsplumb\":{\"id\":\"components/JsPlumbInit.js -> jsplumb\",\"files\":[\"static/chunks/_pages-dir-browser_node_modules_jsplumb_dist_js_jsplumb_js.js\"]},\"pages/grade.js -> xlsx\":{\"id\":\"pages/grade.js -> xlsx\",\"files\":[\"static/chunks/_pages-dir-browser_node_modules_xlsx_xlsx_mjs.js\"]}}"

View File

@@ -2,5 +2,6 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
"/": "pages/index.js",
"/grade": "pages/grade.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long