fix: reconcile architecture adjustment merge

This commit is contained in:
2026-06-07 00:57:23 +08:00
parent ce930ee5c3
commit 48ef19d518
20 changed files with 431 additions and 33 deletions

View File

@@ -213,6 +213,7 @@ function buildJumpHopDraft(
templateId: 'jump-hop',
templateName: '跳一跳',
profileId: 'jump-hop-profile-1',
themeText: '草稿主题',
workTitle: '草稿跳一跳',
workDescription: '从草稿恢复。',
themeTags: ['草稿'],
@@ -236,6 +237,7 @@ function buildJumpHopPayload(
): JumpHopWorkspaceCreateRequest {
return {
templateId: 'jump-hop',
themeText: '表单主题',
workTitle: '表单跳一跳',
workDescription: '从表单提交。',
themeTags: ['表单'],