Files
opc-backup/code/README.md
T

23 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# code/ — 代码仓库
本目录集中存放云超服工作区内的**一切可运行代码 / 代码仓库**,按「代码 / 设计 / 资料」分桶规范与 `design/`(设计文档)、`materials/`(资料内容)隔离。
> 目录规范见根 `CLAUDE.md`。各子项目内部文档以各自 `README.md` / `AGENTS.md` 为准。
## 子项目索引
| 目录 | 说明 | 跟踪 |
|------|------|------|
| `PineAgents/` | 云超服**核心**:前端 / 桌面端 / CLI 端,含 `console/`(PC 后台 UI 基调来源)。 | 独立仓库 |
| `PineAgentsServer/` | 云超服**总后端**:FastAPI 演示后端(认证转发、登录注册),uv 管理。 | 独立仓库 |
| `PineAgentsWeb/` | 云超服**网页展示端**Vite + React SPA,项目身份 `pineagents-web`。 | 独立仓库 |
| `dpm/` | **园区大屏媒体轮播系统(DPM**Tauri + React 大屏 + FastAPI 后端,服务昆明市大学生创业园。 | 独立仓库 |
| `opc-training/` | **OPC 培训系统代码**`miniprogram/`(小程序)、`website/`(三端 Web)、`server/`(FastAPI 后端)。 | 根仓库 |
| `bark-notify/` | **Bark 手机推送工具**:Python,uv 管理,零第三方依赖。 | 根仓库 |
## 关联位置
- 各项目对应的**设计 / 架构文档**:见 `design/`DPM 文档在 `design/dpm/`,云超服文档在 `design/云超服平台/`)。
- 培训系统对应的**课程内容**(模板 / 知识库 / 配套件):见 `materials/培训计划/`
- 云超服平台整体设计总览:见 `design/云超服平台/DESIGN.md`