抽取充值模态框 #87
Closed
k88936
wants to merge 1 commits from
extract-recharge-model into editor-agent-refactored
pull from: extract-recharge-model
merge into: GenarrativeAI:editor-agent-refactored
GenarrativeAI:master
GenarrativeAI:feat/agc-canvas-resource-workbench-v3
GenarrativeAI:feat/ui-editor-auto-seperation
GenarrativeAI:feat/ui-editor-v3
GenarrativeAI:fix/stroke-width-regression-from-285
GenarrativeAI:codex/agc-agent-plugins
GenarrativeAI:agent-organize
GenarrativeAI:feat/expose-image2edit
GenarrativeAI:feat/game-agent-canvas-resource-workbench-v2
GenarrativeAI:fix/ui-editor-minor-adjusts
GenarrativeAI:fix/agc-release-version-sync
GenarrativeAI:feat/agc-new-workflow
GenarrativeAI:fix/codex-session-management
GenarrativeAI:codex/shared-components-followup
GenarrativeAI:codex/agc-runtime-generation-reliability
GenarrativeAI:codex/game-agent-runtime-interaction-design
GenarrativeAI:feat/spine-sequence-export-v2
GenarrativeAI:codex/agc-platform-account-editor-api
GenarrativeAI:codex/game-agent-run
GenarrativeAI:codex/ui-spritesheet-durable-transaction-latest
GenarrativeAI:feat/art-agent-more-tools
GenarrativeAI:codex/editor-canvas-null-source-repair
GenarrativeAI:hotfix/editor-layout-2mib
GenarrativeAI:codex/showcase
Labels
Clear labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: GenarrativeAI/Genarrative#87
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "extract-recharge-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Review 结论
当前 PR head 为
f975dfe8,相对master仅领先 1 个提交。现在不建议合并,有 3 个 blocker。功能/契约风险
[P1] shared 根入口无法在 Node 环境加载。
packages/shared/src/index.ts 同时导出了带
.png的余额组件和带.css的充值组件。执行 shared 根入口导入直接报:ERR_UNKNOWN_FILE_EXTENSION: Unknown file extension ".png"。应保留纯契约根入口,把 UI 放到独立 browser/component 子入口。
[P1] “未来 Tauri 复用”目前无法成立。
组件布局仍依赖 Tailwind utilities,例如 index.tsx,样式又依赖未兜底的主题变量,例如 index.css。目标 AI Game Creator Tauri 前端的 vite.config.ts 没有 Tailwind 插件,styles.css 也没有这些主题变量。直接复用后遮罩定位、布局、尺寸和颜色都会缺失。
仓库规范符合度
simple-import-sort/imports在以下三个文件报错:ImageCanvasEditorView.tsx、usePlatformProfileCenterController.ts、RpgEntryHomeView.tsx。
另外有两个非 blocker 偏差:新组件重新实现了 modal shell、action button、async state 等已有公共组件,与弹窗收口文档相悖。
现有主站调用链本身没有发现行为回归:117 项充值/资金测试通过,
typecheck、build:raw、编码检查和git diff --check均通过。will be integrate into #86
Pull request closed