新增系统配置页(运营管理系统后台)

This commit is contained in:
Stev_Wang
2026-01-05 16:04:21 +08:00
parent 0ec73cca94
commit 468d24c3bb
24 changed files with 2966 additions and 26 deletions

View File

@@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/nodemailer": "^7.0.4",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
@@ -19,6 +20,8 @@
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.16.0",
"nodemailer": "^7.0.12",
"svg-captcha": "^1.4.0",
"typeorm": "^0.3.28"
},
"devDependencies": {