mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: 反馈
This commit is contained in:
parent
4886042e3c
commit
edafe602c1
1 changed files with 3 additions and 0 deletions
|
|
@ -205,7 +205,10 @@ ${translateLangLabels}
|
||||||
Config.translateSource = 'xh'
|
Config.translateSource = 'xh'
|
||||||
} else if (command.msg.includes('qwen')) {
|
} else if (command.msg.includes('qwen')) {
|
||||||
Config.translateSource = 'qwen'
|
Config.translateSource = 'qwen'
|
||||||
|
} else {
|
||||||
|
e.reply('暂不支持该翻译源')
|
||||||
}
|
}
|
||||||
|
e.reply('√成功设置翻译源为' + Config.translateSource)
|
||||||
}
|
}
|
||||||
|
|
||||||
async wordcloud (e) {
|
async wordcloud (e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue