Files
Pine daf3532120 refactor: 工作区多仓库结构定版 + 总设计文档迁根目录
- 总设计文档迁至根目录(云超服一体化架构设计方案.md,figures/ 随迁)
- 设计文档补充 §十二 各代码项目工作原理
- code 六个子项目转独立仓库(组织 Pine),移出根跟踪、保留文件夹
- CLAUDE.md 补充主项目/子项目约束(分别提交、同步全子项目)
2026-08-23 22:47:22 +08:00

20 lines
1.0 KiB
Markdown
Raw Permalink 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.
# reference/ — 参考源
本目录存放云超服工作区使用的**参考 / 参考源项目**,供设计与开发对照使用(非线上运行代码)。各参考源是独立仓库(含 `.git`),由根仓库忽略。
## 索引
| 子目录 | 说明 | 技术栈 |
|--------|------|--------|
| `cloud-opc/` | **云超服 OPC 平台前端原型**:覆盖 6 大端口、20+ 页面的概念验证。 | Vue 3 + TypeScript + Vite + Pinia + Element Plus + ECharts |
| `PinePixel/` | **园区像素可视化**(创业园区状态运行图):AI 代理以像素人物呈现工作状态。 | React 19 + TypeScript + FastAPI |
> ️ **new-api 已不再是参考源**:已迁移为云超服**算力引擎微服务**,位于 `code/compute-engine/`(见其 `README.云超服.md`)。
## 用途
- `cloud-opc/`:作为云超服**前端 UI / 交互参考**(六端口布局、原型页面)。
- `PinePixel/`:作为**园区 / 载体像素可视化**参考。
> 详细说明见各子项目 `README.md` / `CLAUDE.md`。