feat: logs cache field (#2920)

* feat: logs cache field

* feat: logs cache field

* feat: logs cache field
This commit is contained in:
Seefs
2026-02-11 21:50:39 +08:00
committed by GitHub
parent c7804fef69
commit 48ec1faffe
7 changed files with 115 additions and 8 deletions

View File

@@ -2790,6 +2790,10 @@
"填写服务器地址后自动生成:": "填写服务器地址后自动生成:",
"自动生成:": "自动生成:",
"请先填写服务器地址,以自动生成完整的端点 URL": "请先填写服务器地址,以自动生成完整的端点 URL",
"端点 URL 必须是完整地址(以 http:// 或 https:// 开头)": "端点 URL 必须是完整地址(以 http:// 或 https:// 开头)"
"端点 URL 必须是完整地址(以 http:// 或 https:// 开头)": "端点 URL 必须是完整地址(以 http:// 或 https:// 开头)",
"缓存读": "缓存读",
"缓存写": "缓存写",
"写": "写",
"根据 Anthropic 协定,/v1/messages 的输入 tokens 仅统计非缓存输入,不包含缓存读取与缓存写入 tokens。": "根据 Anthropic 协定,/v1/messages 的输入 tokens 仅统计非缓存输入,不包含缓存读取与缓存写入 tokens。"
}
}