修改计算规则

This commit is contained in:
2025-08-08 12:27:56 +08:00
parent f3324b1107
commit 5016c1d9d6
13 changed files with 1462 additions and 132 deletions

View File

@@ -646,6 +646,10 @@
"editTitle": "编辑中转站",
"delete": "删除中转站",
"deleteConfirm": "确定要删除这个中转站吗?",
"confirmDeleteTitle": "确认删除",
"deleteSuccess": "删除成功",
"createSuccess": "创建成功",
"updateSuccess": "更新成功",
"noStations": "未配置中转站",
"noStationsDesc": "添加中转站以通过代理服务访问 Claude API",
"name": "中转站名称",
@@ -681,7 +685,30 @@
"syncFailed": "同步配置失败",
"currentConfig": "当前配置",
"notConfigured": "未配置",
"configLocation": "配置文件位置"
"configLocation": "配置文件位置",
"serviceType": "服务类型",
"taxiService": "滴滴车",
"busService": "公交车",
"taxiServiceDesc": "高速稳定 (share-api.packycode.com)",
"busServiceDesc": "共享经济 (api.packycode.com)",
"selectService": "选择服务类型",
"fixedUrl": "固定地址",
"busServiceNote": "选择节点或使用自动选择以获得最佳性能",
"nodeSelection": "节点选择",
"selectNode": "选择节点",
"autoSelect": "自动选择最快",
"autoSelectDesc": "将自动测试并选择最快的节点",
"selectedNode": "已选择",
"testSpeed": "测速",
"testResults": "测速结果",
"failed": "失败",
"testCompleted": "测速完成",
"testFailed": "测速失败",
"autoSelectedNode": "自动选择节点",
"autoSelectFailed": "自动选择节点失败",
"selectingBestNode": "正在测试节点以寻找最快的...",
"packycodeTokenNote": "PackyCode 仅支持 API Key 认证方式",
"enabledNote": "启用此中转站以使其可用"
},
"status": {
"connected": "已连接",