feat: support assistant frontend (#2139)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
Joel
2024-01-23 19:31:56 +08:00
committed by GitHub
parent e65a2a400d
commit 7bbe12b2bd
194 changed files with 8726 additions and 1586 deletions

View File

@@ -39,6 +39,8 @@ import billingEn from './lang/billing.en'
import billingZh from './lang/billing.zh'
import customEn from './lang/custom.en'
import customZh from './lang/custom.zh'
import toolsEn from './lang/tools.en'
import toolsZh from './lang/tools.zh'
const resources = {
'en': {
@@ -65,6 +67,8 @@ const resources = {
// billing
billing: billingEn,
custom: customEn,
// tools
tools: toolsEn,
},
},
'zh-Hans': {
@@ -90,6 +94,8 @@ const resources = {
explore: exploreZh,
billing: billingZh,
custom: customZh,
// tools
tools: toolsZh,
},
},
}