fix: 指令添加key的提示

This commit is contained in:
ikechan8370 2024-03-13 18:29:51 +08:00
parent 3b5a26ce62
commit 868255893f
2 changed files with 2 additions and 2 deletions

View file

@ -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
}