AGC 资源工作台交互收口:补充改动前三处截图对照图
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Failing after 2m1s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 1m58s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Failing after 2m6s
Project CI / AI game creator shell Rust smoke (pull_request) Failing after 1m51s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Failing after 2m3s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 3m1s
Project CI / Frontend tests (pull_request) Successful in 4m23s
Project CI / AI game creator shell web tests (pull_request) Failing after 3m13s
Project CI / Repository checks (pull_request) Failing after 49s
Project CI / Native shell tests (pull_request) Failing after 4m22s
Project CI / Backend tests (pull_request) Successful in 8m29s

- 新增 docs/technical/assets/agc-resource-workbench-ui-before-20260914/:任务侧栏两个关闭入口、左侧贴边折叠把手、顶部播放按钮居中悬浮三张改动前截图
- 新增该目录 README,逐图说明改动前的问题与同步过的文档口径,供 PR 与后续回归对照
This commit is contained in:
2026-09-14 22:02:17 +08:00
parent 96ae3db1df
commit baa93f5e3a
4 changed files with 15 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

@@ -0,0 +1,15 @@
# AGC 资源工作台三处交互收口:改动前对照图(2026-09-14)
本目录是三处 UI 收口改动(`fix/agc-resource-workbench-chrome`)的改动前截图,供 PR 与后续回归对照使用。三张图都取自改动前的客户端「资源管理」工作台。
| 文件 | 画面 | 改动前的问题 |
| --- | --- | --- |
| `01-task-sidebar-two-close-entries.jpg` | 「生成任务」侧栏展开态(图内红框标出两处待处理对象) | 头部右上角是一枚 ```ChevronLeft``aria-label="收起生成任务"`),底部 footer 里还有一枚 `×``aria-label="关闭生成任务"`),中间由 footer 的 `border-top` 分割线隔开——同一个 `onToggleOpen` 有两个入口,且头部那枚是「返回」语义 |
| `02-left-rail-collapse-handle.jpg` | 资源管理工作台(图内红框标出左侧贴边竖条) | 侧栏折叠后在画布左侧留一条竖排文字「生成任务」把手,常驻遮挡画布 |
| `03-toolbar-play-centered.jpg` | 资源管理工作台(图内红框标出顶部工具条) | 顶部「播放」按钮靠 `position: absolute; left: 50%; transform: translateX(-50%)` 居中悬浮,与它左边的「资源管理 / 运行」模式切换脱节 |
改动后的形态、验收判据与验证方式见当次 PR 描述与 commit message;相关文档口径已同步到:
- [`docs/prd/【AI游戏创作】项目开发工作台PRD-2026-07-20.md`](../../../prd/【AI游戏创作】项目开发工作台PRD-2026-07-20.md)(顶部播放按钮、任务侧栏进度面两条)
- [`docs/technical/【AGC】栏目画布底部工具栏入口矩阵-2026-09-13.md`](../【AGC】栏目画布底部工具栏入口矩阵-2026-09-13.md)
- [`docs/project-memory/shared-memory/decision-log.md`](../../../project-memory/shared-memory/decision-log.md)(进度面形态决策)