mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +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) {
|
if (!isV3) {
|
||||||
let common = await Data.importModule('/lib', 'common.js')
|
let common = await Data.importModule('/lib', 'common.js')
|
||||||
if (common && common.relpyPrivate) {
|
if (common && common.default && common.default.relpyPrivate) {
|
||||||
relpyPrivate = common.relpyPrivate
|
relpyPrivate = common.default.relpyPrivate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (msgStr) {
|
if (msgStr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user