feat: 批量导入支持记录三方 id,实现增量更新,存量覆盖

This commit is contained in:
richarjiang
2026-05-12 10:26:08 +08:00
parent e2fd091b4e
commit e0b88e68e9
5 changed files with 127 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
export interface Level {
id: string
riddleId: string | null
image1Url: string
image1Description: string | null
image2Url: string
@@ -16,6 +17,7 @@ export interface Level {
}
export interface LevelFormData {
riddleId?: string
image1Url: string
image1Description?: string
image2Url: string