dev-manager-tauri/.gitignore
lanrtop a5cb30734d
All checks were successful
Push & PR Check / check (push) Successful in 50s
Push & PR Check / check (pull_request) Successful in 50s
feat(flywheel): 返工热区 UI + get_high_risk_scopes 命令,阶段三收官
- risk.rs 新增 Tauri command get_high_risk_scopes(薄包装)+ lib.rs 注册
- commands.ts 封装 HighRiskScope 类型与调用(R01)
- FlywheelPanel 新增「返工热区」块:跨项目返工率降序,
  分级配色与 classify_risk 阈值一致(≥35% 红 / ≥15% 琥珀)
- 蓝图:P3-A~E 五卡全部 done,附 L 级复盘笔记,模块 progress 98

Rules-Applied: R01,R13
2026-07-04 14:22:52 +09:00

37 lines
483 B
Plaintext
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.

# Windows 保留名
nul
# 依赖
node_modules/
.pnpm-store/
# 构建产物
dist/
src-tauri/target/
# 环境
.env
.env.*
!.env.example
# 编辑器
.vscode/
.idea/
.qwen/
*.suo
*.user
# 系统
.DS_Store
Thumbs.db
# 炼境实例数据(项目 ID 和端口,每台机器不同,不入库)
.claude/liangjing.json
src-tauri/dev_manager.db
# 防止签名密钥被误提交Windows ~ 路径展开问题)
~/
# 测试运行产物(根目录杂散 DB
/dev-manager-tauri.db