Skip to content

Commit 8f51b17

Browse files
committed
fix(docs): rename '模型 API' to 'API 参考' in sidebar nav
1 parent 6890bc8 commit 8f51b17

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@
14701470
"clientConfig": "Client Setup",
14711471
"modelMapping": "Model Mapping",
14721472
"authentication": "Authentication",
1473-
"modelApi": "Model API",
1473+
"modelApi": "API Reference",
14741474
"adminApi": "Admin API"
14751475
},
14761476
"quickStart": {
@@ -1534,7 +1534,7 @@
15341534
"adminNote": "Admin endpoints only"
15351535
},
15361536
"modelApi": {
1537-
"title": "Model API",
1537+
"title": "API Reference",
15381538
"description": "OpenAI Responses, Chat Completions, and Anthropic Messages — three compatible surfaces sharing one upstream pool."
15391539
},
15401540
"adminApi": {

frontend/src/locales/zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@
14701470
"clientConfig": "客户端配置",
14711471
"modelMapping": "模型映射",
14721472
"authentication": "认证方式",
1473-
"modelApi": "模型 API",
1473+
"modelApi": "API 参考",
14741474
"adminApi": "账号管理 API"
14751475
},
14761476
"quickStart": {
@@ -1534,7 +1534,7 @@
15341534
"adminNote": "管理接口专用"
15351535
},
15361536
"modelApi": {
1537-
"title": "模型 API",
1537+
"title": "API 参考",
15381538
"description": "OpenAI Responses、Chat Completions、Anthropic Messages 三种兼容协议,复用同一组上游账号。"
15391539
},
15401540
"adminApi": {

0 commit comments

Comments
 (0)