mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 02:16:51 +08:00
Feat/portuguese support (#2075)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { I18nText } from '@/utils/language'
|
||||
|
||||
export type CommonResponse = {
|
||||
result: 'success' | 'fail'
|
||||
}
|
||||
@@ -204,11 +206,6 @@ export type ApiBasedExtension = {
|
||||
api_key?: string
|
||||
}
|
||||
|
||||
export type I18nText = {
|
||||
'en-US': string
|
||||
'zh-Hans': string
|
||||
}
|
||||
|
||||
export type CodeBasedExtensionForm = {
|
||||
type: string
|
||||
label: I18nText
|
||||
|
||||
Reference in New Issue
Block a user