Skip to content

Commit 068876a

Browse files
bennyliiDeepSeek V4 Pro
andcommitted
Kimi 输入页面 helpText 改为指引用户从 Cookie 获取 kimi-auth
Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>
1 parent ea0a9d9 commit 068876a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/providers/builtin/kimi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const kimiConfig: BuiltinProviderConfig = {
4141
type: 'password',
4242
required: true,
4343
placeholder: '请输入 Kimi 访问令牌或刷新令牌',
44-
helpText: '支持 JWT Token(以 eyJ 开头)或 refresh_token',
44+
helpText: '从浏览器 DevTools → Application → Cookies 获取 kimi-auth 的值',
4545
},
4646
],
4747
tokenCheckEndpoint: '/api/auth/token/refresh',

src/renderer/src/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"description": "Kimi AI assistant, supports long text processing and web search",
262262
"accessToken": "Access Token",
263263
"accessTokenPlaceholder": "Enter Kimi Access Token or Refresh Token",
264-
"accessTokenHelp": "Supports JWT Token (starts with eyJ) or refresh_token"
264+
"accessTokenHelp": "Get kimi-auth value from browser DevTools → Application → Cookies"
265265
},
266266
"minimax": {
267267
"name": "MiniMax",

src/renderer/src/i18n/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"description": "Kimi AI 助手,支持长文本处理和联网搜索",
262262
"accessToken": "访问令牌",
263263
"accessTokenPlaceholder": "请输入 Kimi 访问令牌或刷新令牌",
264-
"accessTokenHelp": "支持 JWT Token(以 eyJ 开头)或 refresh_token"
264+
"accessTokenHelp": "从浏览器 DevTools → Application → Cookies 获取 kimi-auth 的值"
265265
},
266266
"minimax": {
267267
"name": "MiniMax",

0 commit comments

Comments
 (0)