销锋镝铸
一更新就要重新破,很烦
装个Node.js自己操作一下就好了
cd到当前版本的文件夹下面 比如"WeMod\app-8.X.X\" 运行
npm -g install --engine-strict asar
然后解包app.asar 运行
asar e resources/app.asar resources/app.asar.unpacked
然后再解包的文件夹里resources/app.asar.unpacked/output/ 找到app-bundle.js 用记事本之类的文档编辑器打开
搜 (0,s.hasFlag)(this.account.flags,64)
改成 true
再搜getUserAccount(){return this.#t.get("/v3/account")}
改成getUserAccount(){return this.#t.get("/v3/account").then(function(response){response.subscription = true;return response;})}
然后再运行
asar p --unpack="resources/app.asar.unpacked/static/unpacked/**" resources/app.asar.unpacked resources/app.asar
打包回去,就好了