continue fixing

This commit is contained in:
2026-06-13 10:35:06 +08:00
parent 76c2f17229
commit b19c811048
8 changed files with 240 additions and 43 deletions

View File

@@ -9,5 +9,8 @@ MONGODB_URI=mongodb://localhost:27017/typeskill
# JWT配置
JWT_SECRET=your_jwt_secret_key_here
# 词汇防作弊配置
VOCABULARY_FULL_CORRECT_WORD_THRESHOLD=50
# CORS配置
CORS_ORIGIN=http://localhost:3000