ttttupup
ttttupup
Got the same issue Error: The module '\\?\E:\nodeProject\node_modules\opencv4nodejs\build\Release\opencv4nodejs.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 72. This version of Node.js requires NODE_MODULE_VERSION 76. Please try re-compiling or re-installing...
/** * 初始化工具类 * * @param context 上下文 */ @JvmStatic fun init(context: Context): RxTool { RxTool.context = context.applicationContext // TCrashTool.init(context); TLog.init(context) return RxTool } 这里初始化日志晚了,把TLog.init(context)放到install前面就行了,这应该是漏改了吧,都看到注释掉了
Triggered at a fixed time every day, very strange. I can only kill the docker-proxy process and restart
3.9.2.23 老版本是有这个bug,3.9.5.81的版本应该修复了,记不清了
推荐tcp的连接,http的有点bug,新版本修复了。
朋友圈消息是通过消息回调的。需要先hook消息
使用post
https://github.com/ttttupup/wxhelper/discussions/65
确认登录是扫码,进入微信已经有了
使用的版本没实现,更换其他版本或者自己参考以前版本实现一下