Files
dashboard/.qoder/repowiki/knowledge/zh/_index.yaml
T

45 lines
1.2 KiB
YAML
Raw Normal View History

2026-06-30 14:46:52 +08:00
# 知识卡导出索引文件
schema_version: 1
locale: zh-CN
branch: main
nodes_managed: true
2026-07-09 11:16:59 +08:00
exported_at: "2026-07-09T02:41:34Z"
2026-06-30 14:46:52 +08:00
modules:
"":
2026-07-09 11:16:59 +08:00
dir_name: 耳机品牌与 OTA 升级管理平台(前后端编排)
title: 耳机品牌与 OTA 升级管理平台(前后端编排)
2026-06-30 14:46:52 +08:00
scope:
- .gitignore
- README.md
- DEPLOY.md
- docker-compose.yml
- scripts/
- .env
- .env.example
source_files: []
children:
- backend
- frontend
depends_on: []
related_to: []
backend:
2026-07-09 11:16:59 +08:00
dir_name: 耳机品牌与型号管理后端 API
title: 耳机品牌与型号管理后端 API
2026-06-30 14:46:52 +08:00
scope:
- backend/
source_files: []
children: []
depends_on: []
related_to:
- path: frontend
frontend:
2026-07-09 10:33:19 +08:00
dir_name: 耳机品牌与 OTA 升级管理前端
title: 耳机品牌与 OTA 升级管理前端
2026-06-30 14:46:52 +08:00
scope:
- frontend/
source_files: []
children: []
depends_on: []
related_to:
- path: backend