新增grade(成绩统计)页面
This commit is contained in:
@@ -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": []
|
||||
|
||||
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/index.pack.gz
vendored
BIN
.next/cache/webpack/client-development/index.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/index.pack.gz
vendored
BIN
.next/cache/webpack/server-development/index.pack.gz
vendored
Binary file not shown.
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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": []
|
||||
|
||||
@@ -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\"]}}"
|
||||
@@ -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
44
.next/trace
44
.next/trace
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user