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' }, {