修改计算规则

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

@@ -719,6 +719,10 @@
"editTitle": "Edit Relay Station",
"delete": "Delete Station",
"deleteConfirm": "Are you sure you want to delete this relay station?",
"confirmDeleteTitle": "Confirm Delete",
"deleteSuccess": "Successfully deleted",
"createSuccess": "Successfully created",
"updateSuccess": "Successfully updated",
"noStations": "No relay stations configured",
"noStationsDesc": "Add a relay station to access Claude API through proxy services",
"name": "Station Name",
@@ -754,7 +758,30 @@
"syncFailed": "Failed to sync configuration",
"currentConfig": "Current Configuration",
"notConfigured": "Not configured",
"configLocation": "Config file location"
"configLocation": "Config file location",
"serviceType": "Service Type",
"taxiService": "Taxi",
"busService": "Bus",
"taxiServiceDesc": "Fast & Stable (share-api.packycode.com)",
"busServiceDesc": "Shared Economy (api.packycode.com)",
"selectService": "Select a service type",
"fixedUrl": "Fixed URL",
"busServiceNote": "Select a node or use auto-selection for optimal performance",
"nodeSelection": "Node Selection",
"selectNode": "Select a node",
"autoSelect": "Auto-select fastest",
"autoSelectDesc": "Will automatically test and select the fastest node",
"selectedNode": "Selected",
"testSpeed": "Test Speed",
"testResults": "Speed Test Results",
"failed": "Failed",
"testCompleted": "Speed test completed",
"testFailed": "Speed test failed",
"autoSelectedNode": "Auto-selected node",
"autoSelectFailed": "Failed to auto-select node",
"selectingBestNode": "Testing nodes to find the fastest...",
"packycodeTokenNote": "PackyCode uses API Key authentication only",
"enabledNote": "Enable this station to make it available for use"
},
"status": {
"connected": "Connected",

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": "已连接",