Extract memind_adm admin server, add local dev tooling, and remove image-generation.

Split platform admin and ops APIs into standalone admin-server.mjs with network guards; simplify billing to RMB token pricing, refactor user auth, and add rsync deploy plus local-test scripts and docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Your Name
2026-06-17 16:39:39 -07:00
parent ab0718938e
commit b0f5d6a51c
98 changed files with 5394 additions and 3010 deletions
+12
View File
@@ -12,6 +12,16 @@ cp .env.example .env # 按需填写
pnpm dev # MindSpace + Plaza + Ops
```
| 服务 | 地址 |
|------|------|
| MindSpace H5 | http://127.0.0.1:5173/?preview=mindspace |
| Plaza | http://127.0.0.1:3001/plaza |
| Ops 审核后台 | http://127.0.0.1:3002/ops/ |
| API / Portal | http://127.0.0.1:8081 |
| memind_adm | http://127.0.0.1:8082 |
详见 [docs/local-dev.md](docs/local-dev.md)。
仅 Plaza
```bash
@@ -40,6 +50,7 @@ pnpm open:plaza # 浏览器打开 https://plaza.tkmind.cn/plaza
| 命令 | 说明 |
|------|------|
| `pnpm dev` | 全栈开发 |
| `pnpm open:local-test` | 浏览器打开 H5 |
| `pnpm start:plaza` | Plaza 正式模式 + Portal |
| `pnpm dev:plaza` | Plaza 开发模式 + Portal |
| `pnpm open:plaza` | 浏览器强制本地解析 |
@@ -48,4 +59,5 @@ pnpm open:plaza # 浏览器打开 https://plaza.tkmind.cn/plaza
## 文档
- [本地开发(test.*.tkmind.cn](docs/local-dev.md)
- [Plaza 本机部署与 Tunnel](docs/plaza-local.md)