mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-15 20:29:37 +00:00
修复在v4加载下错误提示未找到e.runtime
This commit is contained in:
parent
3c85283789
commit
310c97a5c4
@ -76,7 +76,7 @@ const { changelogs, currentVersion } = readLogFile('miao')
|
||||
|
||||
|
||||
const yunzaiVersion = packageJson.version
|
||||
const isV3 = yunzaiVersion[0] === '3'
|
||||
const isV3 = yunzaiVersion[0] === '3' || yunzaiVersion[0] === '4'
|
||||
let isMiao = false
|
||||
let name = 'Yunzai-Bot'
|
||||
let isAlemonjs = false
|
||||
|
Loading…
Reference in New Issue
Block a user