Update creation flow refactor docs and auth test fixtures

This commit is contained in:
2026-04-21 11:19:25 +08:00
parent 13bc79306f
commit 04bff9617d
37 changed files with 488 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
import { buildCustomWorldProfileFromAgentDraft } from '../customWorldAgentDraftResult';
/**
* 这是工作包 A 提供的新命名兼容层。
* 当前仍复用旧的前端草稿编译逻辑,后续 Phase 3 会继续把结果预览编译后移到服务端。
*/
export const rpgCreationPreviewAdapter = {
buildPreviewFromAgentDraft: buildCustomWorldProfileFromAgentDraft,
};
export {
buildCustomWorldProfileFromAgentDraft as buildRpgCreationPreviewFromAgentDraft,
};