修改网站地址

This commit is contained in:
2025-08-08 13:26:19 +08:00
parent 8f633d97d4
commit 123740bcaf
2 changed files with 9 additions and 9 deletions

View File

@@ -234,7 +234,7 @@
"configurePreferences": "Configure Claude Code preferences",
"generalSettings": "General Settings",
"permissionsTab": "Permissions",
"environmentTab": "Environment",
"environmentTab": "Environment",
"advancedTab": "Advanced",
"hooksTab": "Hooks",
"commands": "Commands",
@@ -716,7 +716,7 @@
"createTitle": "Create Relay Station",
"createFirst": "Create First Station",
"edit": "Edit Station",
"editTitle": "Edit Relay Station",
"editTitle": "Edit Relay Station",
"delete": "Delete Station",
"deleteConfirm": "Are you sure you want to delete this relay station?",
"confirmDeleteTitle": "Confirm Delete",
@@ -745,7 +745,7 @@
"connectionFailed": "Connection test failed",
"createSuccess": "Relay station created successfully",
"createFailed": "Failed to create relay station",
"updateSuccess": "Relay station updated successfully",
"updateSuccess": "Relay station updated successfully",
"updateFailed": "Failed to update relay station",
"deleteSuccess": "Relay station deleted successfully",
"deleteFailed": "Failed to delete relay station",
@@ -762,8 +762,8 @@
"serviceType": "Service Type",
"taxiService": "Taxi",
"busService": "Bus",
"taxiServiceDesc": "Fast & Stable (share-api.packycode.com)",
"busServiceDesc": "Shared Economy (api.packycode.com)",
"taxiServiceDesc": "Fast & Stable (share.packycode.com)",
"busServiceDesc": "Shared Economy (packycode.com)",
"selectService": "Select a service type",
"fixedUrl": "Fixed URL",
"busServiceNote": "Select a node or use auto-selection for optimal performance",
@@ -808,4 +808,4 @@
"warning": {
"title": "Warning"
}
}
}

View File

@@ -648,7 +648,7 @@
"deleteConfirm": "确定要删除这个中转站吗?",
"confirmDeleteTitle": "确认删除",
"deleteSuccess": "删除成功",
"createSuccess": "创建成功",
"createSuccess": "创建成功",
"updateSuccess": "更新成功",
"noStations": "未配置中转站",
"noStationsDesc": "添加中转站以通过代理服务访问 Claude API",
@@ -689,8 +689,8 @@
"serviceType": "服务类型",
"taxiService": "滴滴车",
"busService": "公交车",
"taxiServiceDesc": "高速稳定 (share-api.packycode.com)",
"busServiceDesc": "共享经济 (api.packycode.com)",
"taxiServiceDesc": "高速稳定 (share.packycode.com)",
"busServiceDesc": "共享经济 (packycode.com)",
"selectService": "选择服务类型",
"fixedUrl": "固定地址",
"busServiceNote": "选择节点或使用自动选择以获得最佳性能",