Appearance
仓库结构地图
chenyue-coze/
├── chenyue-platform/ # Chenyue 后端(FastAPI)
├── chenyue-flow/ # 晨悦编排控制台(Vue3)
├── chenyue-flow-admin/ # 编排管理后台(React,如有)
├── chenyue-app/ # 晨悦生活小程序(uni-app)
├── chenyue-official-web/ # 晨悦 IP 官网(Vue3 + Vite)
├── chenyue-product/ # 晨悦 AI 实践手册(VitePress)← 你在这里
├── chenyue-official/ # 历史静态站(如有)
├── chenyue-admin/ # 晨悦后台
├── goods-admin/ # 好物后台
├── docs/ # 工程文档真源
├── scripts/ # 部署、备份脚本
├── CONVENTIONS.md # 工程约定(必读)
└── trinity-AI/ # 工作项目(公司业务,不对外)常用命令
| 场景 | 命令 |
|---|---|
| Chenyue 后端 | cd chenyue-platform && source .venv/bin/activate && uvicorn app.main:app --reload |
| 晨悦官网 | cd chenyue-official-web && npm run dev |
| 实践手册 | cd chenyue-product && npm run dev |
| 种子脚本 | cd chenyue-platform && python -m scripts.xxx |
文档站端口
| 站点 | 端口 | 目录 |
|---|---|---|
| 晨悦 AI 实践手册(对内) | 5207 | chenyue-product/ |
| 晨悦官网 | 5173 | chenyue-official-web/ |
工程约定
写代码前必读:CONVENTIONS.md
user_id用resolve_dev_user_id()- 配置用
get_settings() - 脚本用
python -m scripts.xxx