feat: implement fine-tune state and complete inter-panel signal wiring

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 09:31:16 +08:00
co-authored by Claude Sonnet 4.6
parent aeb6b59ca1
commit 597da6744d
3 changed files with 106 additions and 16 deletions
+7 -7
View File
@@ -452,16 +452,16 @@
任务:
- [ ] 定义队列项微调状态
- [ ] 手动调整队列项后标记为 `已微调`
- [ ] 微调项保存独立 `TransformState`
- [ ] 批量导出时微调项使用自己的参数
- [ ] 未微调项使用模板参数
- [x] 定义队列项微调状态
- [x] 手动调整队列项后标记为 `已微调`
- [x] 微调项保存独立 `TransformState`
- [x] 批量导出时微调项使用自己的参数
- [x] 未微调项使用模板参数
验收:
- [ ] 已微调项不会被无提示覆盖
- [ ] 队列表格能显示 `模板` 和 `已微调`
- [x] 已微调项不会被无提示覆盖
- [x] 队列表格能显示 `模板` 和 `已微调`
## 15. 测试