feat: add device-type background colors to subtasks, fix collapsed header height
子任务现按设备类型显示不同背景色和左侧色条,便于区分。 修复 Naive UI default padding-top 导致折叠时标题高度不一致的问题。
This commit is contained in:
16
CLAUDE.md
Normal file
16
CLAUDE.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Spectral Insight Mission Plan
|
||||
|
||||
## 版本管理
|
||||
|
||||
每次 `git commit` 时需要同时更新版本号和 update.md:
|
||||
|
||||
1. **更新版本号**:Cargo.toml、tauri.conf.json、package.json 中 PATCH+1
|
||||
2. **更新 update.md**:在文件头部插入新版本条目
|
||||
3. **变更内容由模型根据实际改动总结**,需注明需求来源(如某人提出)
|
||||
|
||||
### update.md 格式
|
||||
```
|
||||
## vX.Y.Z (YYYY-MM-DD)
|
||||
|
||||
- 改动描述(致谢)
|
||||
```
|
||||
Reference in New Issue
Block a user