feat: 添加设计文件packages

This commit is contained in:
R524809
2026-02-11 16:01:42 +08:00
parent 161781cbbd
commit 571465cfbb
26 changed files with 15808 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# 开发环境配置
PORT=3200
PORT=3201
DB_HOST=localhost
DB_PORT=5432
@@ -21,4 +21,4 @@ ADMIN_NICKNAME=思考的Joey
ADMIN_ROLE=super_admin
STORAGE_PATH=./uploads # 存储路径(默认:./uploads
STORAGE_BASE_URL=http://localhost:3200/uploads # 访问URL默认http://localhost:3200/uploads
STORAGE_BASE_URL=http://localhost:3201/uploads # 访问URL默认http://localhost:3201/uploads