mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 笔误
This commit is contained in:
parent
edafe602c1
commit
f1b950ce58
1 changed files with 5 additions and 5 deletions
|
|
@ -195,15 +195,15 @@ ${translateLangLabels}
|
|||
let command = e.msg
|
||||
if (command.includes('openai')) {
|
||||
Config.translateSource = 'openai'
|
||||
} else if (command.msg.includes('gemini')) {
|
||||
} else if (command.includes('gemini')) {
|
||||
Config.translateSource = 'gemini'
|
||||
} else if (command.msg.includes('星火')) {
|
||||
} else if (command.includes('星火')) {
|
||||
Config.translateSource = 'xh'
|
||||
} else if (command.msg.includes('通义千问')) {
|
||||
} else if (command.includes('通义千问')) {
|
||||
Config.translateSource = 'qwen'
|
||||
} else if (command.msg.includes('xh')) {
|
||||
} else if (command.includes('xh')) {
|
||||
Config.translateSource = 'xh'
|
||||
} else if (command.msg.includes('qwen')) {
|
||||
} else if (command.includes('qwen')) {
|
||||
Config.translateSource = 'qwen'
|
||||
} else {
|
||||
e.reply('暂不支持该翻译源')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue