feat: add SproutWorkCollect apps

This commit is contained in:
2026-03-13 17:14:37 +08:00
parent 189baa3d59
commit 46afd3149f
54 changed files with 28126 additions and 4 deletions

View File

@@ -94,7 +94,7 @@
- **前端页面**: http://localhost:3000
- **后端API**: http://localhost:5000
- **管理员界面**: http://localhost:3000/admin?token=shumengya520
- **管理员界面**: http://localhost:3000/admin?token=<ADMIN_TOKEN>
### 📁 项目结构
@@ -147,7 +147,7 @@
2. **按照上面的快速开始指南操作**
3. **使用token访问管理员面板**: `shumengya520`
3. **使用 token 访问管理员面板**: 先设置环境变量 `ADMIN_TOKEN`(或 `SPROUTWORKCOLLECT_ADMIN_TOKEN`),再访问 `/admin?token=<ADMIN_TOKEN>`
### 📄 许可证
@@ -195,8 +195,8 @@
#### 访问管理员界面
1. 确保后端和前端服务都已启动
2. 访问: http://localhost:3000/admin?token=shumengya520
3. 管理员token: `shumengya520`
2. 访问: http://localhost:3000/admin?token=<ADMIN_TOKEN>
3. 管理员 token:环境变量 `ADMIN_TOKEN`(或 `SPROUTWORKCOLLECT_ADMIN_TOKEN`
#### 主要功能