增加不同类型中转站
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -453,6 +453,10 @@ export interface ImportServerResult {
|
||||
/** 中转站适配器类型 */
|
||||
export type RelayStationAdapter =
|
||||
| 'packycode' // PackyCode 平台(默认)
|
||||
| 'deepseek' // DeepSeek v3.1
|
||||
| 'glm' // 智谱GLM
|
||||
| 'qwen' // 千问Qwen
|
||||
| 'kimi' // Kimi k2
|
||||
| 'newapi' // NewAPI 兼容平台
|
||||
| 'oneapi' // OneAPI 兼容平台
|
||||
| 'yourapi' // YourAPI 特定平台
|
||||
|
@@ -863,6 +863,7 @@
|
||||
"adapterType": "Adapter Type",
|
||||
"authMethod": "Authentication Method",
|
||||
"systemToken": "System Token",
|
||||
"getApiKey": "Get API Key",
|
||||
"tokenPlaceholder": "Enter your API token",
|
||||
"tokenRequired": "System token is required",
|
||||
"userId": "User ID",
|
||||
@@ -883,6 +884,11 @@
|
||||
"disabledSuccess": "Relay station disabled successfully",
|
||||
"toggleEnableFailed": "Failed to toggle relay station status",
|
||||
"syncConfig": "Sync Config",
|
||||
"configPreview": "Config Preview",
|
||||
"viewJson": "View JSON",
|
||||
"configSaved": "Config saved",
|
||||
"invalidJson": "Invalid JSON format",
|
||||
"saveFailed": "Save failed",
|
||||
"syncFailed": "Failed to sync configuration",
|
||||
"currentConfig": "Current Configuration",
|
||||
"notConfigured": "Not configured",
|
||||
|
@@ -790,6 +790,7 @@
|
||||
"adapterType": "适配器类型",
|
||||
"authMethod": "认证方式",
|
||||
"systemToken": "系统令牌",
|
||||
"getApiKey": "获取 API Key",
|
||||
"tokenPlaceholder": "输入您的 API 令牌",
|
||||
"tokenRequired": "系统令牌必填",
|
||||
"userId": "用户 ID",
|
||||
@@ -810,6 +811,11 @@
|
||||
"disabledSuccess": "中转站禁用成功",
|
||||
"toggleEnableFailed": "切换中转站状态失败",
|
||||
"syncConfig": "同步配置",
|
||||
"configPreview": "配置预览",
|
||||
"viewJson": "查看 JSON",
|
||||
"configSaved": "配置已保存",
|
||||
"invalidJson": "JSON 格式无效",
|
||||
"saveFailed": "保存失败",
|
||||
"syncFailed": "同步配置失败",
|
||||
"currentConfig": "当前配置",
|
||||
"notConfigured": "未配置",
|
||||
|
Reference in New Issue
Block a user