Fix/language support (#2154)

This commit is contained in:
crazywoola 2024-01-24 11:08:11 +08:00 committed by GitHub
commit e58c3ac374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 103 additions and 71 deletions

View file

@ -219,7 +219,7 @@ export type CodeBasedExtensionForm = {
export type CodeBasedExtensionItem = {
name: string
label: I18nText
label: any
form_schema: CodeBasedExtensionForm[]
}
export type CodeBasedExtension = {