# 知识卡导出索引文件 schema_version: 1 locale: zh-CN branch: main nodes_managed: true exported_at: "2026-06-30T10:39:57Z" modules: "": dir_name: 音频设备管理全栈平台 title: 音频设备管理全栈平台 scope: - .gitignore - README.md - DEPLOY.md - docker-compose.yml - scripts/ - .env - .env.example source_files: [] children: - backend - frontend depends_on: [] related_to: [] backend: dir_name: 耳机管理后台 API title: 耳机管理后台 API scope: - backend/ source_files: [] children: [] depends_on: [] related_to: - path: frontend build_system: dir_name: Docker Compose 编排与 rsync 增量部署 title: Docker Compose 编排与 rsync 增量部署 scope: [] source_files: - docker-compose.yml - backend/Dockerfile - frontend/Dockerfile - frontend/nginx.conf - scripts/upload.sh - DEPLOY.md - backend/package.json - frontend/package.json children: [] depends_on: [] related_to: [] configuration_system: dir_name: 基于环境变量与 Docker Compose 的分层配置体系 title: 基于环境变量与 Docker Compose 的分层配置体系 scope: [] source_files: - .env.example - backend/src/config/loadEnv.js - backend/src/config/env.js - backend/src/config/database.js - backend/src/config/redis.js - docker-compose.yml - frontend/vite.config.js children: [] depends_on: [] related_to: [] dependency_management: dir_name: 基于 pnpm 与 Docker 的前后端依赖管理 title: 基于 pnpm 与 Docker 的前后端依赖管理 scope: [] source_files: - backend/package.json - frontend/package.json - backend/pnpm-lock.yaml - frontend/pnpm-lock.yaml - backend/Dockerfile - frontend/Dockerfile - frontend/pnpm-workspace.yaml children: [] depends_on: [] related_to: [] error_handling: dir_name: 全栈错误处理与响应规范 title: 全栈错误处理与响应规范 scope: [] source_files: - backend/src/utils/response.js - backend/src/app.js - backend/src/middleware/auth.js - backend/src/routes/models.js - backend/src/routes/auth.js - frontend/src/utils/request.js children: [] depends_on: [] related_to: [] frontend: dir_name: 音频设备管理前端应用 title: 音频设备管理前端应用 scope: - frontend/ source_files: [] children: [] depends_on: [] related_to: - path: backend frontend_style: dir_name: 深色玻璃拟态主题系统 (Lux Theme) title: 深色玻璃拟态主题系统 (Lux Theme) scope: [] source_files: - frontend/src/styles/lux-theme.css - frontend/src/layout/index.vue - frontend/src/main.js - frontend/src/App.vue - frontend/package.json children: [] depends_on: [] related_to: [] logging_system: dir_name: 后端日志系统 (Winston) title: 后端日志系统 (Winston) scope: [] source_files: - backend/src/config/logger.js - backend/src/app.js - backend/src/routes/auth.js - backend/src/config/database.js children: [] depends_on: [] related_to: []