mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
修正重启后的信息提示
This commit is contained in:
parent
39a6b3eebc
commit
996ed5692c
4
index.js
4
index.js
@ -17,8 +17,8 @@ setTimeout(async function () {
|
||||
}
|
||||
if (!isV3) {
|
||||
let common = await Data.importModule('/lib', 'common.js')
|
||||
if (common && common.relpyPrivate) {
|
||||
relpyPrivate = common.relpyPrivate
|
||||
if (common && common.default && common.default.relpyPrivate) {
|
||||
relpyPrivate = common.default.relpyPrivate
|
||||
}
|
||||
}
|
||||
if (msgStr) {
|
||||
|
Loading…
Reference in New Issue
Block a user