新生报到移动端V1.0

This commit is contained in:
2025-07-16 17:44:45 +08:00
commit 50d2d6a12d
1058 changed files with 146425 additions and 0 deletions

20
package-lock.json generated Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "freshmen_report",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"moment": "^2.29.4"
}
},
"node_modules/moment": {
"version": "2.29.4",
"resolved": "https://r.cnpmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
"engines": {
"node": "*"
}
}
}
}