feat: add instance list columns and start action

This commit is contained in:
QiuSW
2026-07-22 16:22:59 +08:00
parent c11a64f931
commit 7014f857f1
8 changed files with 105 additions and 33 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ id: T-208
title: 固化实例列表字段与启动操作列
phase: 2
deps: [T-201]
status: TODO
status: DONE
created: 2026-07-22
owner: codex
---
@@ -29,8 +29,8 @@ owner: codex
## 执行记录
- 状态:TODO
- 变更:已建立列表字段和操作列契约。
- 验证:待实现。
- 状态:DONE
- 变更:Gio 与 HTML 原型的实例列表统一为五列;实例行增加稳定 ID 与 User Data Dir;启动按钮按实例 ID 持有独立 Clickable,并提供当前 application adapter 未接入的明确反馈。
- 验证:`gofmt`、HTML script syntax check、`go test ./...`、`go vet ./...`、Windows build/smoke 均通过。
- 阻塞:无。
- 残余风险:真实启动仍需要 BrowserManager application adapter。