chore: add model select mock

This commit is contained in:
AkaraChen 2024-12-25 15:12:33 +08:00
parent e0f83d06d8
commit 5f65fb1b62
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ const mockSchema = [
en_US: 'Model',
zh_Hans: '模型',
},
variable: 'model',
scope: 'all',
},
] as Array<CredentialFormSchema & { name: string }>