新渲染模式配置完善和bug修复 (#318)

This commit is contained in:
HalcyonAlcedo 2023-04-07 10:24:31 +08:00 committed by GitHub
parent f688b01816
commit 0a0cefe39c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 264 additions and 121 deletions

View file

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