mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +00:00
perf: model provider show; perf: get init data buffer (#3459)
* pr code * perf: model table show * perf: model provider show * perf: get init data buffer * perf: get init data buffer * perf: icon
This commit is contained in:
6
packages/web/types/i18next.d.ts
vendored
6
packages/web/types/i18next.d.ts
vendored
@@ -3,7 +3,7 @@ import account_team from '../i18n/zh-CN/account_team.json';
|
||||
import account from '../i18n/zh-CN/account.json';
|
||||
import account_promotion from '../i18n/zh-CN/account_promotion.json';
|
||||
import account_inform from '../i18n/zh-CN/account_inform.json';
|
||||
import account_individuation from '../i18n/zh-CN/account_individuation.json';
|
||||
import account_setting from '../i18n/zh-CN/account_setting.json';
|
||||
import account_apikey from '../i18n/zh-CN/account_apikey.json';
|
||||
import account_bill from '../i18n/zh-CN/account_bill.json';
|
||||
import account_usage from '../i18n/zh-CN/account_usage.json';
|
||||
@@ -32,7 +32,7 @@ export interface I18nNamespaces {
|
||||
account_usage: typeof account_usage;
|
||||
account_bill: typeof account_bill;
|
||||
account_apikey: typeof account_apikey;
|
||||
account_individuation: typeof account_individuation;
|
||||
account_setting: typeof account_setting;
|
||||
account_inform: typeof account_inform;
|
||||
account_promotion: typeof account_promotion;
|
||||
account: typeof account;
|
||||
@@ -66,7 +66,7 @@ declare module 'i18next' {
|
||||
'account_usage',
|
||||
'account_bill',
|
||||
'account_apikey',
|
||||
'account_individuation',
|
||||
'account_setting',
|
||||
'account_inform',
|
||||
'account_promotion',
|
||||
'account',
|
||||
|
Reference in New Issue
Block a user