From 868255893f2787bccbaf4efa709a12f63945cb75 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 13 Mar 2024 18:29:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=87=E4=BB=A4=E6=B7=BB=E5=8A=A0key?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/management.js | 2 +- guoba.support.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/management.js b/apps/management.js index c89b901..271d125 100644 --- a/apps/management.js +++ b/apps/management.js @@ -1258,7 +1258,7 @@ azure语音:Azure 语音是微软 Azure 平台提供的一项语音服务, async setClaudeKey (e) { this.setContext('saveClaudeKey') - await this.reply('请发送Claude API Key', true) + await this.reply('请发送Claude API Key。\n如果要设置多个key请用逗号隔开。\n此操作会覆盖当前配置,请谨慎操作', true) return false } diff --git a/guoba.support.js b/guoba.support.js index 37b8c30..019d665 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -382,7 +382,7 @@ export function supportGuoba () { { field: 'claudeApiKey', label: 'claude API Key', - bottomHelpMessage: '前往 https://console.anthropic.com/settings/keys 注册和生成', + bottomHelpMessage: '前往 https://console.anthropic.com/settings/keys 注册和生成。可以填写多个,用英文逗号隔开', component: 'InputPassword' }, {