mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
feat: ai proxy v1 (#3898)
* feat: ai proxy v1 * perf: ai proxy channel crud * feat: ai proxy logs * feat: channel test * doc * update lock
This commit is contained in:
5
packages/web/types/i18next.d.ts
vendored
5
packages/web/types/i18next.d.ts
vendored
@@ -18,6 +18,7 @@ import workflow from '../i18n/zh-CN/workflow.json';
|
||||
import user from '../i18n/zh-CN/user.json';
|
||||
import chat from '../i18n/zh-CN/chat.json';
|
||||
import login from '../i18n/zh-CN/login.json';
|
||||
import account_model from '../i18n/zh-CN/account_model.json';
|
||||
|
||||
export interface I18nNamespaces {
|
||||
common: typeof common;
|
||||
@@ -39,6 +40,7 @@ export interface I18nNamespaces {
|
||||
account: typeof account;
|
||||
account_team: typeof account_team;
|
||||
account_thirdParty: typeof account_thirdParty;
|
||||
account_model: typeof account_model;
|
||||
}
|
||||
|
||||
export type I18nNsType = (keyof I18nNamespaces)[];
|
||||
@@ -73,7 +75,8 @@ declare module 'i18next' {
|
||||
'account_promotion',
|
||||
'account_thirdParty',
|
||||
'account',
|
||||
'account_team'
|
||||
'account_team',
|
||||
'account_model'
|
||||
];
|
||||
resources: I18nNamespaces;
|
||||
}
|
||||
|
Reference in New Issue
Block a user