feat: [#5714] 支持GLM

This commit is contained in:
DDMeaqua
2024-10-30 19:24:03 +08:00
parent 4745706c42
commit d357b45e84
11 changed files with 453 additions and 0 deletions

View File

@@ -473,6 +473,17 @@ const cn = {
SubTitle: "样例:",
},
},
GLM: {
ApiKey: {
Title: "接口密钥",
SubTitle: "使用自定义 GLM API Key",
Placeholder: "GLM API Key",
},
Endpoint: {
Title: "接口地址",
SubTitle: "样例:",
},
},
Stability: {
ApiKey: {
Title: "接口密钥",

View File

@@ -457,6 +457,17 @@ const en: LocaleType = {
SubTitle: "Example: ",
},
},
GLM: {
ApiKey: {
Title: "GLM API Key",
SubTitle: "Use a custom GLM API Key",
Placeholder: "GLM API Key",
},
Endpoint: {
Title: "Endpoint Address",
SubTitle: "Example: ",
},
},
Stability: {
ApiKey: {
Title: "Stability API Key",