mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-21 01:13:42 +08:00
feat: auth page setting for claude api
feat: fix lang support
This commit is contained in:
@@ -317,7 +317,7 @@ const cn = {
|
||||
ApiKey: {
|
||||
Title: "接口密钥",
|
||||
SubTitle: "使用自定义 Anthropic Key 绕过密码访问限制",
|
||||
Placeholder: "Anthropic API Key",
|
||||
Placeholder: "输入您的 Anthropic API 密钥",
|
||||
},
|
||||
|
||||
Endpoint: {
|
||||
|
@@ -321,7 +321,7 @@ const en: LocaleType = {
|
||||
Title: "Anthropic API Key",
|
||||
SubTitle:
|
||||
"Use a custom Anthropic Key to bypass password access restrictions",
|
||||
Placeholder: "Anthropic API Key",
|
||||
Placeholder: "Enter your Anthropic API Key",
|
||||
},
|
||||
|
||||
Endpoint: {
|
||||
|
Reference in New Issue
Block a user