Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
hfljzrxsj committed Apr 8, 2024
1 parent 84eeee4 commit 0e45669
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
6 changes: 5 additions & 1 deletion dist/.vite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"_clsx-2Jv0kmJG.js": {
"file": "js/clsx-2Jv0kmJG.js"
},
"_copy-text-to-clipboard-SBA1EQaE.js": {
"file": "js/copy-text-to-clipboard-SBA1EQaE.js"
},
"_dayjs-w40geAFS.js": {
"file": "js/dayjs-w40geAFS.js"
},
Expand Down Expand Up @@ -94,13 +97,14 @@
"css": [
"css/main-uN13F96r.css"
],
"file": "js/main-PzViLr1B.js",
"file": "js/main-mjhR0BsP.js",
"imports": [
"_react-ejZHSj7z.js",
"_@mui-_A7eRbnw.js",
"_react-router-y82kxMFL.js",
"_react-router-dom-v3GnXs1D.js",
"_ahooks-LOzqvy8i.js",
"_copy-text-to-clipboard-SBA1EQaE.js",
"_object-assign-4_VUvG2Z.js",
"_@emotion-tNa4IMmz.js",
"_hoist-non-react-statics-o0ngdJFr.js",
Expand Down
3 changes: 3 additions & 0 deletions dist/.vite/ssr-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3800,6 +3800,9 @@
],
"App.tsx": [
],
"D:/apipost/ApiPost7/resources/app/node_modules/copy-text-to-clipboard/index.js": [
"./js/copy-text-to-clipboard-SBA1EQaE.js"
],
"Route/index.tsx": [
],
"components/AppBar/_index.module.scss": [
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/GradeLog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ course_id INT REFERENCES Course(course_id),
score_old INT,
score_new INT,
log_time TIMESTAMP UNIQUE NOT NULL,
PRIMARY KEY (student_id,course_id),
PRIMARY KEY (student_id,course_id,log_time),
FOREIGN KEY (student_id) REFERENCES Students(student_id),
FOREIGN KEY (course_id) REFERENCES Course(course_id)
);
Expand Down
3 changes: 2 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<script defer src="//cdn.bootcdn.net/ajax/libs/react-transition-group/4.4.5/react-transition-group.min.js"></script>
<script defer src="//cdn.bootcdn.net/ajax/libs/classnames/2.3.2/index.min.js"></script>
<script defer src="//cdn.bootcdn.net/ajax/libs/react-is/18.2.0/umd/react-is.production.min.js"></script>
<script defer type="module" crossorigin src="./js/main-PzViLr1B.js"></script>
<script defer type="module" crossorigin src="./js/main-mjhR0BsP.js"></script>
<link rel="modulepreload" crossorigin href="./js/object-assign-4_VUvG2Z.js">
<link rel="modulepreload" crossorigin href="./js/react-ejZHSj7z.js">
<link rel="modulepreload" crossorigin href="./js/hoist-non-react-statics-o0ngdJFr.js">
Expand All @@ -110,6 +110,7 @@
<link rel="modulepreload" crossorigin href="./js/tslib-g6pQwBLH.js">
<link rel="modulepreload" crossorigin href="./js/lodash-liWoq_f8.js">
<link rel="modulepreload" crossorigin href="./js/ahooks-LOzqvy8i.js">
<link rel="modulepreload" crossorigin href="./js/copy-text-to-clipboard-SBA1EQaE.js">
<link rel="stylesheet" crossorigin href="./css/main-uN13F96r.css">
</head>

Expand Down
1 change: 1 addition & 0 deletions dist/js/copy-text-to-clipboard-SBA1EQaE.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions dist/js/main-PzViLr1B.js

This file was deleted.

8 changes: 8 additions & 0 deletions dist/js/main-mjhR0BsP.js

Large diffs are not rendered by default.

0 comments on commit 0e45669

Please sign in to comment.