修正重启后的信息提示

This commit is contained in:
yoimiya-kokomi 2022-07-26 02:11:18 +08:00
parent 39a6b3eebc
commit 996ed5692c

View File

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