feat(playtest): support multi-action preview flow - #89
Closed
xyh202131 wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
按仓库分支管理要求关闭:不在远端保留本次 Playtest 来源分支。代码继续保留在本地拆分工作区。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动内容
/playtest明确为独立预览台入口,提供项目、角色、造型和动作选择。add_action流程,跳过角色形象生成,直接为当前角色与造型生成动作。问题原因
此前 Quick Start 只初始化“创建角色”流程,Playtest 没有给已有角色增加动作的入口;发布动作又使用“角色 ID + 动作类型”作为固定 ID,导致多个 custom 动作互相覆盖,最终表现为不同动作无法同时导入和切换。
范围说明
feat/playtest-on-module-skeleton评审 Playtest 增量;不会在此操作中合并。验证
npm run test:36 个测试文件、219 项测试通过npm run typecheck:通过npm run build:通过npm run lint:通过oxfmt --check:通过git diff --cached --check:通过