Feat/ui编辑器与code agent整合 #237

Merged
kdletters merged 38 commits from feat/agc-use-ui-design into master 2026-09-02 16:49:19 +08:00
Member

实现:
在ui编辑器保存旁增加一个保存并生成代码(js)
生成的是js字符串形式的html, 在整个js前有文档说明
code agent使用js直接注入已经生成的 export的html片段,
每次保存会直接覆盖这些html片段, 依靠动态注入实现编辑器的微调反映到游戏中.
每个节点提供了稳定的id用于code agent在生成html的基础上进行功能实现, 节点增删

目前是作为一个自说明的文件直接让code agent阅读使用, 都是用户调整保存顺便生成, 不提供工具调用.
希望以skill的形式使用

实现: 在ui编辑器保存旁增加一个保存并生成代码(js) 生成的是js字符串形式的html, 在整个js前有文档说明 code agent使用js直接注入已经生成的 export的html片段, 每次保存会直接覆盖这些html片段, 依靠动态注入实现编辑器的微调反映到游戏中. 每个节点提供了稳定的id用于code agent在生成html的基础上进行功能实现, 节点增删 目前是作为一个自说明的文件直接让code agent阅读使用, 都是用户调整保存顺便生成, 不提供工具调用. 希望以skill的形式使用
k88936 self-assigned this 2026-09-01 14:59:55 +08:00
k88936 added this to the 陶泥儿gameAgent project 2026-09-01 14:59:55 +08:00
k88936 added 8 commits 2026-09-01 14:59:56 +08:00
拆分 html_renderer 为资源、节点、容器、文本和图片模块

接入 ui.design.to_html Runtime 工具

保留临时 ui-design-to-html 测试 bin

生产渲染器输出带元数据注释的 HTML 片段
移除 ui-design-to-html standalone bin

保留 Runtime ui.design.to_html 作为唯一 HTML 生成入口
删除 --ui-design-width 与 --ui-design-height 自定义属性

不再在树元数据注释中暴露设计图宽高
移除设计图宽高计算与 aspect-ratio 约束

让树容器填充调用方父容器尺寸

整理组件渲染子模块路径
生成 HTML 样例时添加说明
新增 State 到 JS 模块的生成与原子写入

接入保存并生成代码按钮及状态反馈

统一树节点元数据与 ui-node-id 标记

暂置旧 UI HTML 工具为空实现
删除 ui.design.to_html 与 agc_ui_design_to_html 的工具目录和分发逻辑

清理 Runtime policy、native catalog 与 DirectProject prompt 引用

保留 UI 编辑器直接生成代码能力
重构文档
Project CI / Repository checks (pull_request) Failing after 14s
Project CI / Backend tests (pull_request) Failing after 14s
Project CI / Frontend tests (pull_request) Successful in 3m38s
Project CI / Native shell tests (pull_request) Successful in 14m27s
9370160845
生成 HTML in js 样例时添加说明
k88936 added a new dependency 2026-09-01 15:00:32 +08:00
k88936 added 12 commits 2026-09-01 17:08:58 +08:00
将未使用参数恢复为下划线前缀,消除 Rust 编译警告

其余工作区改动保持未暂存
提取按钮文案条件并在保存、生成及保存并返回入口统一互斥状态

要求生成基于已加载的持久化 revision,并同步更新会话边界文档
Tauri 不可用的内存存储不再伪报代码生成成功

统一返回明确的当前环境不支持生成代码错误
循环替换连续连字符,防止注释边界被提前闭合
阻止浏览器路径归一化导致的资源目录逃逸

当前资源尚未上线,不增加迁移流程
使用根节点 ID 的十六进制后缀避免清洗后导出名重复

保留现有导出名主体,降低调用方迁移成本
拒绝超出 0..=1 的 Transform Anchor,避免生成溢出 CSS

生成阶段复用保存后的校验结果,不重复执行领域检查
为生成 JavaScript 引入独立的 8 倍 State 大小上限

保留原子写入流程并让错误提示使用实际代码上限
说明 UI Editor JSON 由 Tauri 管理并通过生成的 ui 模块接入游戏

同步 AGC skill pack manifest 版本与内容指纹
- 修复 ui-editor 调用 LLM 与实际配置不一致 (#235)
- 本地资源注册与后台表查询 (#232)
- 清除策划 agent 不可达分支 (#234)
- Direct 首轮带上本轮附件的项目路径映射 (#223)
- 修复项目页布局高度 (#228)
- 修复 AGC Windows ACL 提权与文件访问边界 (#211)
- 批准 GDD 回填做游戏入口 (#210)
- 优化 Game Agent 资源画布展示与默认缩放 (#208)

Co-authored-by: Junie <junie@jetbrains.com>
普通保存和资源切换时清理生成提示与进行中状态。

为生成前置条件拦截补充可见错误,并修正保存确认按钮文案。

补齐 IUiDesignStateStore 测试替身的必需非 nullable generateCode 实现。

修正 Rust HTML 树分隔注释并同步更新 UI 编辑会话约定。
明确 Tiled fill_center 暂不支持
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
913c51264a
在前端预览与 Rust HTML 渲染两侧保留 repeat fallback 并添加 TODO。

在 UI 编辑器布局契约中明确 Tiled.fill_center=false 当前不支持及后续迁移要求。
k88936 added 1 commit 2026-09-01 17:11:01 +08:00
合并主分支
Project CI / Repository checks (pull_request) Successful in 2m35s
Project CI / Frontend tests (pull_request) Successful in 4m26s
Project CI / Backend tests (pull_request) Successful in 8m37s
Project CI / Native shell tests (pull_request) Failing after 18m3s
4b9f857a4f
解决合并冲突
k88936 requested review from kdletters 2026-09-01 17:20:50 +08:00
k88936 marked the pull request as ready for review 2026-09-01 17:20:53 +08:00
kdletters added 1 commit 2026-09-01 17:40:27 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Frontend tests (pull_request) Successful in 4m31s
Project CI / Native shell tests (pull_request) Failing after 16m46s
Project CI / Repository checks (pull_request) Successful in 3m52s
Project CI / Backend tests (pull_request) Successful in 7m7s
3b8dbbf9e3
lhk229 added 1 commit 2026-09-01 18:43:18 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Repository checks (pull_request) Successful in 2m51s
Project CI / Frontend tests (pull_request) Successful in 3m13s
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
bce3cbfb0f
k88936 added 1 commit 2026-09-01 18:55:20 +08:00
修复 UI 编辑器导出与预览一致性
Project CI / Repository checks (pull_request) Successful in 3m5s
Project CI / Frontend tests (pull_request) Successful in 3m40s
Project CI / Backend tests (pull_request) Successful in 7m32s
Project CI / Native shell tests (pull_request) Failing after 15m42s
e708e09c91
修复保存按钮在 AI 运行期间的禁用状态与生成成功提示失效

加强字体资源路径校验并复用生成代码字体 CSS

让布局错误显式传播并为生成文件名追加 asset ID 摘要

统一前端与 Rust 的 Radial90 顺时针填充方向

补充代码生成不推进项目 revision 的技术方案与决策记录
kdletters requested changes 2026-09-01 18:58:22 +08:00
Dismissed
kdletters left a comment
Member

审查 head sha: bce3cbfb0f

已基于 base a187d78a1c 完成代码审查,覆盖 Rust HTML/JS 渲染、UI State 持久化、资源路径校验及前端编辑器接入。未发现经确认明确成立、需要阻塞合并的问题。

验证:git diff --check、cargo check、cargo test --no-run、npm run typecheck 均通过。cargo test --bin genarrative-ai-game-creator-shell 在超时前有若干失败/长时间运行测试;uiEditorPage.test.ts 单文件为 17 项中 9 项失败,主要表现为测试 DOM 未清理导致多个同名按钮/导航残留,未将其作为本次变更 finding。

审查 head sha: bce3cbfb0fdc463a732da24bb0ac473417749cfe 已基于 base a187d78a1ca1d1d0c8acc46fc80203f21d2397a9 完成代码审查,覆盖 Rust HTML/JS 渲染、UI State 持久化、资源路径校验及前端编辑器接入。未发现经确认明确成立、需要阻塞合并的问题。 验证:git diff --check、cargo check、cargo test --no-run、npm run typecheck 均通过。cargo test --bin genarrative-ai-game-creator-shell 在超时前有若干失败/长时间运行测试;uiEditorPage.test.ts 单文件为 17 项中 9 项失败,主要表现为测试 DOM 未清理导致多个同名按钮/导航残留,未将其作为本次变更 finding。
Member

审查 head sha: e708e09c91

结论:请求修改。

明确问题(文件:apps/ai-game-creator-shell/src-tauri/src/ui_editor/html_renderer/assets.rs,新侧第 517 行):@font-faceformat() 使用了 ttf/otf,但 CSS 标准格式字符串应为 truetype/opentype。浏览器可能因此跳过对应 source,导致导出的 UI 对所有绑定 TrueType/OpenType 字体回退到系统字体,最终视觉结果与编辑器不一致。

建议将 TrueType/OpenType 映射为 truetype/opentype(woff/woff2 保持不变),并增加生成 CSS/浏览器加载绑定字体的回归测试。

行内评审 API 已尝试但返回 HTTP 500,因此本次通过 PR 总评论回写。

审查 head sha: e708e09c91f4601b16e7bbbb634370b102b40239 结论:请求修改。 明确问题(文件:`apps/ai-game-creator-shell/src-tauri/src/ui_editor/html_renderer/assets.rs`,新侧第 517 行):`@font-face` 的 `format()` 使用了 `ttf`/`otf`,但 CSS 标准格式字符串应为 `truetype`/`opentype`。浏览器可能因此跳过对应 source,导致导出的 UI 对所有绑定 TrueType/OpenType 字体回退到系统字体,最终视觉结果与编辑器不一致。 建议将 TrueType/OpenType 映射为 `truetype`/`opentype`(woff/woff2 保持不变),并增加生成 CSS/浏览器加载绑定字体的回归测试。 行内评审 API 已尝试但返回 HTTP 500,因此本次通过 PR 总评论回写。
kdletters requested changes 2026-09-01 18:58:42 +08:00
Dismissed
kdletters left a comment
Member

审查 head sha: e708e09c91f4601b16e7bbbb634370b102b40239;已发现字体格式声明问题,详见 PR 总评论。

审查 head sha: e708e09c91f4601b16e7bbbb634370b102b40239;已发现字体格式声明问题,详见 PR 总评论。
Member

审查 head sha: bce3cbfb0f

已基于 base a187d78a1c 完成真实代码审查,覆盖 Rust HTML/JS 渲染、UI State 持久化、资源路径校验及前端编辑器接入。未发现经确认明确成立、需要阻塞合并的问题。

验证:git diff --check、cargo check、cargo test --no-run、npm run typecheck 均通过。cargo test --bin genarrative-ai-game-creator-shell 在超时前有若干失败/长时间运行测试;uiEditorPage.test.ts 单文件为 17 项中 9 项失败,主要表现为测试 DOM 未清理导致多个同名按钮/导航残留,未将其作为本次变更 finding。

审查 head sha: bce3cbfb0fdc463a732da24bb0ac473417749cfe 已基于 base a187d78a1ca1d1d0c8acc46fc80203f21d2397a9 完成真实代码审查,覆盖 Rust HTML/JS 渲染、UI State 持久化、资源路径校验及前端编辑器接入。未发现经确认明确成立、需要阻塞合并的问题。 验证:git diff --check、cargo check、cargo test --no-run、npm run typecheck 均通过。cargo test --bin genarrative-ai-game-creator-shell 在超时前有若干失败/长时间运行测试;uiEditorPage.test.ts 单文件为 17 项中 9 项失败,主要表现为测试 DOM 未清理导致多个同名按钮/导航残留,未将其作为本次变更 finding。
kdletters requested changes 2026-09-01 19:15:35 +08:00
kdletters left a comment
Member

复核最新 head e708e09c91,以下问题仍需修改:

  1. P1 Anchor 兼容回归:apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs:681-689 强制 anchor 位于 0..=1,但现有前端契约允许有序越界 anchor(apps/ai-game-creator-shell/src/features/ui-editor/utils/transform/tf2css.test.tsx:108-122)。用户可预览但保存/加载失败。

  2. P1 默认预览路径错误:persistence.rs:183 生成项目根 ui/generated-*.js;默认 game/index.html 布局下,preview.rs:1418-1440 会把 /ui/... 解析为 game/ui/...,生成模块无法加载(404)。

  3. P1/P2 字体格式错误:html_renderer/assets.rs:8 用扩展名生成 CSS format(\x27ttf\x27/\x27otf\x27),应映射为 truetype/opentype,否则绑定 TTF/OTF 可能回退系统字体。

  4. P1/P2 导出预览不一致:componentToCss.ts:98 对所有 Radial 顺时针起始角减 90°;Rust html_renderer/component/image.rs:110-121 的 Radial180/Radial360 未减 90°,导出结果与编辑器预览偏移 90°。

  5. P2 保存并生成竞态:WorkflowActionCard.tsx:39-52 仅按 isAiRunning 禁用。保存/生成等待期间仍可启动识别或绑定,与 generateCode 并发,可能导出旧状态。需要整个序列互斥或让工作流动作同时受保存/生成状态约束。

本次未发现 asset stem 碰撞问题,SHA-256 后缀已处理。请修复后重新请求审查。

复核最新 head e708e09c91,以下问题仍需修改: 1. P1 Anchor 兼容回归:apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs:681-689 强制 anchor 位于 0..=1,但现有前端契约允许有序越界 anchor(apps/ai-game-creator-shell/src/features/ui-editor/utils/transform/tf2css.test.tsx:108-122)。用户可预览但保存/加载失败。 2. P1 默认预览路径错误:persistence.rs:183 生成项目根 ui/generated-*.js;默认 game/index.html 布局下,preview.rs:1418-1440 会把 /ui/... 解析为 game/ui/...,生成模块无法加载(404)。 3. P1/P2 字体格式错误:html_renderer/assets.rs:8 用扩展名生成 CSS format(\x27ttf\x27/\x27otf\x27),应映射为 truetype/opentype,否则绑定 TTF/OTF 可能回退系统字体。 4. P1/P2 导出预览不一致:componentToCss.ts:98 对所有 Radial 顺时针起始角减 90°;Rust html_renderer/component/image.rs:110-121 的 Radial180/Radial360 未减 90°,导出结果与编辑器预览偏移 90°。 5. P2 保存并生成竞态:WorkflowActionCard.tsx:39-52 仅按 isAiRunning 禁用。保存/生成等待期间仍可启动识别或绑定,与 generateCode 并发,可能导出旧状态。需要整个序列互斥或让工作流动作同时受保存/生成状态约束。 本次未发现 asset stem 碰撞问题,SHA-256 后缀已处理。请修复后重新请求审查。
k88936 added 1 commit 2026-09-01 19:19:26 +08:00
修正导出字体的 CSS 格式声明
Project CI / Backend tests (pull_request) Failing after 15s
Project CI / Native shell tests (pull_request) Failing after 17m20s
Project CI / Repository checks (pull_request) Failing after 9s
Project CI / Frontend tests (pull_request) Successful in 3m5s
e776a8d8af
将 TrueType/OpenType 映射为标准的 truetype/opentype format() 字符串

补充四种字体格式的 CSS 名称单元测试
Member

审查 head sha: e776a8d8af

结论:未发现明确问题。已检查当前 head 相对 base 的完整 diff、Rust UI HTML/JS 渲染与持久化、前端编辑器接入、资源路径/字体/填充预览及相关测试。验证:cargo fmt --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml -- --check、UI persistence 定向 cargo test、npm run typecheck --workspace @genarrative/ai-game-creator-shell、git diff --check 均通过。uiEditorPage.test.ts 当前有测试隔离问题(9/17 失败,多个渲染残留导致重复元素),未将其作为本次变更 finding。

审查 head sha: e776a8d8afe65234edf2216c2a607af682579d02 结论:未发现明确问题。已检查当前 head 相对 base 的完整 diff、Rust UI HTML/JS 渲染与持久化、前端编辑器接入、资源路径/字体/填充预览及相关测试。验证:cargo fmt --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml -- --check、UI persistence 定向 cargo test、npm run typecheck --workspace @genarrative/ai-game-creator-shell、git diff --check 均通过。uiEditorPage.test.ts 当前有测试隔离问题(9/17 失败,多个渲染残留导致重复元素),未将其作为本次变更 finding。
kdletters approved these changes 2026-09-01 19:24:36 +08:00
Dismissed
kdletters left a comment
Member

审查 head sha: e776a8d8afe65234edf2216c2a607af682579d02;未发现明确问题。

审查 head sha: e776a8d8afe65234edf2216c2a607af682579d02;未发现明确问题。
kdletters approved these changes 2026-09-01 19:25:17 +08:00
Dismissed
kdletters left a comment
Member

审查 head sha: e776a8d8afe65234edf2216c2a607af682579d02;未发现明确问题。

审查 head sha: e776a8d8afe65234edf2216c2a607af682579d02;未发现明确问题。
k88936 added 5 commits 2026-09-01 20:03:57 +08:00
移除持久化层对有序越界 anchor 的错误范围限制

同步移除编辑器中的越界锚点误导警告

新增越界 anchor 保存加载往返回归测试
将 /ui 资源映射到项目根 ui 目录

允许 legacy 布局安全访问 ui 目录并补 HTTP 响应回归测试
验证 TTF 与 OTF 导出使用标准 truetype 与 opentype 格式

覆盖 html_renderer @font-face 实际输出
让 Radial180 与 Radial360 顺时针导出起始角与编辑器预览一致

保留逆时针角度并补方向回归测试
修复 UI 工作流保存生成竞态
Project CI / Repository checks (pull_request) Failing after 15s
Project CI / Backend tests (pull_request) Failing after 15s
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
7917b6b406
统一保存、生成、加载与 AI 工作流动作的忙碌禁用状态

让保存和生成序列共享 editor 状态锁并在动作入口校验

阻止工作流步骤切换在异步操作期间插入
k88936 dismissed kdletters's review 2026-09-01 20:03:57 +08:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

k88936 added 1 commit 2026-09-01 20:04:12 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Backend tests (pull_request) Successful in 9m48s
Project CI / Repository checks (pull_request) Failing after 2m21s
Project CI / Frontend tests (pull_request) Successful in 4m5s
Project CI / Native shell tests (pull_request) Has been cancelled
2fa5b79ae6
k88936 requested review from kdletters 2026-09-01 20:04:48 +08:00
k88936 added 1 commit 2026-09-01 20:18:32 +08:00
修复 Rust 格式检查失败
Project CI / Repository checks (pull_request) Failing after 14s
Project CI / Backend tests (pull_request) Failing after 13s
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
1126f2e2ea
按 rustfmt 规范调整更新下载代码排版

按 rustfmt 规范调整预览路径回归测试排版
k88936 added 1 commit 2026-09-01 20:20:19 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Repository checks (pull_request) Successful in 4m32s
Project CI / Frontend tests (pull_request) Successful in 4m4s
Project CI / Backend tests (pull_request) Successful in 7m17s
Project CI / Native shell tests (pull_request) Failing after 17m10s
a63a477a6b
kdletters requested changes 2026-09-01 20:25:47 +08:00
kdletters left a comment
Member

审查 head sha: a63a477a6b88c823f57fa091531601f767e2e131;发现 2 个阻塞合并的明确问题,详见行内评论。Rust UI Editor 定向测试因执行环境磁盘配额不足未能完成。

审查 head sha: a63a477a6b88c823f57fa091531601f767e2e131;发现 2 个阻塞合并的明确问题,详见行内评论。Rust UI Editor 定向测试因执行环境磁盘配额不足未能完成。
Member

P1:这里把 FontFormat 的文件扩展名(ttf/otf)直接作为 CSS format() 值输出。CSS Fonts 的 format 标识应为 truetype/opentype(woff/woff2 才与扩展名相同);浏览器会因此跳过 TTF/OTF source,导出 UI 的字体回退到系统字体,导致字体选择和视觉布局失真。建议增加 FontFormat -> CSS format 的显式映射并覆盖 TTF/OTF/WOFF/WOFF2 的导出测试。

审查 head sha: a63a477a6b

P1:这里把 FontFormat 的文件扩展名(`ttf`/`otf`)直接作为 CSS `format()` 值输出。CSS Fonts 的 format 标识应为 `truetype`/`opentype`(woff/woff2 才与扩展名相同);浏览器会因此跳过 TTF/OTF source,导出 UI 的字体回退到系统字体,导致字体选择和视觉布局失真。建议增加 FontFormat -> CSS format 的显式映射并覆盖 TTF/OTF/WOFF/WOFF2 的导出测试。 审查 head sha: a63a477a6b88c823f57fa091531601f767e2e131
k88936 marked this conversation as resolved
Member

P1:Radial90 的顺时针分支在这里额外把起始角减了 90°,而前端 componentToCss.ts 的同一规则直接以 originAngle 作为 clockwise 起始角;因此同一个 Filled/Radial90 组件在编辑器预览和导出的 generated-*.js 中会发生 90° 方向偏移。建议复用同一角点/起始角映射(或抽共享规则),并增加四个 origin、双向和部分 amount 的前后端一致性测试。

审查 head sha: a63a477a6b

P1:Radial90 的顺时针分支在这里额外把起始角减了 90°,而前端 `componentToCss.ts` 的同一规则直接以 `originAngle` 作为 clockwise 起始角;因此同一个 Filled/Radial90 组件在编辑器预览和导出的 `generated-*.js` 中会发生 90° 方向偏移。建议复用同一角点/起始角映射(或抽共享规则),并增加四个 origin、双向和部分 amount 的前后端一致性测试。 审查 head sha: a63a477a6b88c823f57fa091531601f767e2e131
k88936 marked this conversation as resolved
k88936 added 1 commit 2026-09-01 20:31:44 +08:00
补充径向填充前后端一致性测试
Project CI / Frontend tests (pull_request) Successful in 4m59s
Project CI / Repository checks (pull_request) Successful in 3m6s
Project CI / Backend tests (pull_request) Successful in 7m35s
Project CI / Native shell tests (pull_request) Failing after 5m52s
35062d4449
覆盖 Radial90 四个角点的顺时针与逆时针部分填充

锁定编辑器预览与 Rust 导出共享起始角约定
k88936 added 1 commit 2026-09-02 10:30:18 +08:00
修复 GDD 审批弹层的 hydrate 竞态
Project CI / Repository checks (pull_request) Successful in 4m6s
Project CI / Frontend tests (pull_request) Successful in 5m16s
Project CI / Backend tests (pull_request) Successful in 8m47s
Project CI / Native shell tests (pull_request) Failing after 16m46s
4046b187e1
移除后台 hydrate 对已加载审批决定的瞬时禁用

保留 recoveryPending 与决定请求 busy 门控

同步 Fast GDD 技术方案和共享决策记录
Member

Close #227

Close #227
k88936 removed a dependency 2026-09-02 11:07:00 +08:00
k88936 requested review from kdletters 2026-09-02 11:15:57 +08:00
k88936 added 1 commit 2026-09-02 11:18:14 +08:00
更新技能包版本与文档说明
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
aefc8b79b8
k88936 added 1 commit 2026-09-02 11:18:29 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Frontend tests (pull_request) Successful in 3m37s
Project CI / Repository checks (pull_request) Successful in 2m51s
Project CI / Backend tests (pull_request) Successful in 8m27s
Project CI / Native shell tests (pull_request) Successful in 17m20s
25f093425a
kdletters reviewed 2026-09-02 11:33:33 +08:00
kdletters left a comment
Member

审查 head sha: 25f093425a

未发现明确问题。已验证 UI Editor 相关 Rust 测试 111/111、完整 Tauri binary 测试 2451/2451,以及 uiEditorPage 前端测试 17/17 通过。

审查 head sha: 25f093425add04081552cbcd8844019dad607526 未发现明确问题。已验证 UI Editor 相关 Rust 测试 111/111、完整 Tauri binary 测试 2451/2451,以及 uiEditorPage 前端测试 17/17 通过。
kdletters reviewed 2026-09-02 11:34:01 +08:00
kdletters left a comment
Member

审查 head sha: 25f093425a

未发现明确问题。已验证 UI Editor 相关 Rust 测试 111/111、完整 Tauri binary 测试 2451/2451,以及 uiEditorPage 前端测试 17/17 通过。

审查 head sha: 25f093425add04081552cbcd8844019dad607526 未发现明确问题。已验证 UI Editor 相关 Rust 测试 111/111、完整 Tauri binary 测试 2451/2451,以及 uiEditorPage 前端测试 17/17 通过。
kdletters added 1 commit 2026-09-02 15:50:21 +08:00
Merge branch 'master' into feat/agc-use-ui-design
Project CI / Repository checks (pull_request) Successful in 3m44s
Project CI / Frontend tests (pull_request) Successful in 4m15s
Project CI / Backend tests (pull_request) Successful in 7m59s
Project CI / Native shell tests (pull_request) Successful in 16m2s
e24e494955
kdletters merged commit 5de9554426 into master 2026-09-02 16:49:19 +08:00
kdletters deleted branch feat/agc-use-ui-design 2026-09-02 16:49:19 +08:00
Sign in to join this conversation.