feat: 星域故事汇小游戏初始版本

This commit is contained in:
2026-03-03 16:57:49 +08:00
commit cc0e39cccc
34 changed files with 6556 additions and 0 deletions

13
server/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# 服务器配置
PORT=3000
# MySQL数据库配置
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=your_password
DB_NAME=stardom_story
# 微信小游戏配置
WX_APPID=your_appid
WX_SECRET=your_secret