feat: 同步精简接口并统一表单校验
This commit is contained in:
@@ -16,9 +16,7 @@ export function testProjectContext(id = 'capability-test'): ReturnType<typeof us
|
||||
updatedAt: '2026-09-01T00:00:00Z',
|
||||
episodes: [{ episode: 1, title: '第一集', content: '内容' }],
|
||||
characters: [],
|
||||
world: null,
|
||||
reviews: [],
|
||||
tasks: []
|
||||
world: null
|
||||
}
|
||||
const data = ref({ project, checkpoints: [] as Checkpoint[] })
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user