mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
新渲染模式配置完善和bug修复 (#318)
This commit is contained in:
parent
f688b01816
commit
0a0cefe39c
12 changed files with 264 additions and 121 deletions
|
|
@ -303,7 +303,7 @@ export class help extends plugin {
|
|||
}
|
||||
|
||||
async newHelp (e) {
|
||||
let use = e.msg.replace(/^#帮助-/, '')
|
||||
let use = e.msg.replace(/^#帮助-/, '').toUpperCase()
|
||||
await renderUrl(e, `http://127.0.0.1:${Config.serverPort || 3321}/help/` + use, {Viewport: {width: 800, height: 600}})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue