docs: 更新项目文档,完善需求和技术细节

This commit is contained in:
ylweng
2025-09-01 03:40:59 +08:00
parent 40460f78d2
commit 08a2e0c037
14 changed files with 1432 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ const databaseConfig = {
port: 9527,
username: 'root',
password: 'aiotAiot123!',
database: 'ajhdata',
database: 'xlxumudata',
dialect: 'mysql',
logging: console.log,
pool: {
@@ -27,7 +27,7 @@ const databaseConfig = {
port: 9527,
username: 'root',
password: 'aiotAiot123!',
database: 'ajhdata',
database: 'xlxumudata',
dialect: 'mysql',
logging: false, // 生产环境关闭SQL日志
pool: {