feat: implement template panel UI with picker, save, save-as, reset
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -373,20 +373,20 @@
|
||||
|
||||
任务:
|
||||
|
||||
- [ ] 先读取 `src/app/widgets/template_panel.py` 现有内容
|
||||
- [ ] 完善 `src/app/widgets/template_panel.py`
|
||||
- [ ] 显示模板下拉框
|
||||
- [ ] 支持选择模板
|
||||
- [ ] 支持保存模板
|
||||
- [ ] 支持另存为模板
|
||||
- [ ] 支持重置为模板
|
||||
- [ ] 通过 `template_service` 操作模板
|
||||
- [x] 先读取 `src/app/widgets/template_panel.py` 现有内容
|
||||
- [x] 完善 `src/app/widgets/template_panel.py`
|
||||
- [x] 显示模板下拉框
|
||||
- [x] 支持选择模板
|
||||
- [x] 支持保存模板
|
||||
- [x] 支持另存为模板
|
||||
- [x] 支持重置为模板
|
||||
- [x] 通过 `template_service` 操作模板
|
||||
|
||||
验收:
|
||||
|
||||
- [ ] 选择模板后更新预览和参数面板
|
||||
- [ ] UI 不直接修改模板 JSON
|
||||
- [ ] 自定义模板重启后仍可用
|
||||
- [x] 选择模板后更新预览和参数面板
|
||||
- [x] UI 不直接修改模板 JSON
|
||||
- [x] 自定义模板重启后仍可用
|
||||
|
||||
## 12. 导出面板 UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user