feat: NCT集训报名系统 - 陈村校区 + 北滘校区(数据独立)

This commit is contained in:
jacky
2026-06-11 18:32:13 +08:00
commit 03a3645dff
13 changed files with 4468 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nct-registration",
"version": "1.0.0",
"description": "NCT 集训报名系统",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^4.22.2",
"sql.js": "^1.14.1"
}
}