fix: copilot乱写的bug

This commit is contained in:
ikechan8370 2024-03-08 14:41:41 +08:00
parent 79ab6cbd40
commit f0c284cc2f

View file

@ -1285,7 +1285,7 @@ azure语音Azure 语音是微软 Azure 平台提供的一项语音服务,
this.finish('saveClaudeKey') this.finish('saveClaudeKey')
return return
} }
Config.claudeKey = token Config.claudeApiKey = token
await this.reply('Claude API Key设置成功', true) await this.reply('Claude API Key设置成功', true)
this.finish('saveClaudeKey') this.finish('saveClaudeKey')
} }