feat: add settings path actions

This commit is contained in:
QiuSW
2026-07-22 15:30:03 +08:00
parent 3203a65da5
commit e4dd261abe
4 changed files with 64 additions and 14 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ id: T-205
title: 设置路径字段增加 Label、选择和搜索操作
phase: 2
deps: [T-201]
status: TODO
status: DONE
created: 2026-07-22
owner: codex
---
@@ -28,8 +28,8 @@ owner: codex
## 执行记录
- 状态:TODO
- 变更:先建立任务文档和路线图记录。
- 验证:待实现。
- 状态:DONE
- 变更:设置页四个路径字段统一增加 Label、输入框、“选择”和“搜索”按钮;每个操作使用独立的持久 Clickable,并在页面中显示文字反馈。
- 验证:`gofmt`、`go test ./...`、`go vet ./...`、`go build -o build/chub.exe ./cmd/chub` 均通过。
- 阻塞:无。
- 残余风险:原生选择器和真实搜索需要后续 platform adapter。
- 残余风险:当前选择/搜索按钮完成 UI 反馈,原生 Windows 文件选择器和真实磁盘搜索需要后续异步 platform adapter。