Results 24 comments of QWQ

> > any solution? > > @patsonkaushik yes, there is a solution. You need to copy the prebuilt binaries directory to your project root. It doesn't work. Is there any...

I added the corresponding module to the "assets" to solve this problem. package.json ``` { ... "pkg": { "outputPath": ".dist", "targets": [ "node14-win-x64", "node14-macos-x64", "node14-linux-x64" ], "assets": [ "utils/*", "public/*",...

> 请问有无可复现的网页? 我通过Android代码注入`webview`的`script`标签或直接注入`vconsole.min.js`代码,再执行`const vConsole = new VConsole();`,此时点击vconsole按钮就会输出这个异常

我不知道最后可用的版本是多少,我临时降回`3.9.1`版本解决了这个问题

![b401b69a9c4e695ececa5f8efe79f19](https://user-images.githubusercontent.com/73089181/168508618-39cf7ad3-d2b3-4260-b547-7b051115b286.jpg) 云端只有这两个配置,vconsole是注入进来了的,但chrome://inspect页面没有任何显示,请问如何配置呢

> inspect 默认使用 adb 进行探测设备,请确保设备已通过有线或无线连接到电脑 adb。 ![image](https://user-images.githubusercontent.com/73089181/168509200-a37fb2ce-6aba-4837-a555-17e33eabc9cd.png) ![image](https://user-images.githubusercontent.com/73089181/168509344-0e881568-7ff2-40f2-ab1f-7712db999ef9.png) 手机已经连接上了

> 请前往 [v2.0.0](https://github.com/WankkoRee/EnableWebViewDebugging/releases/tag/5-v2.0.0) 下载测试包进行功能性测试。 你是说用cn.wankkoree.test.tbsx5-1.0_1-release测试一次吗

> 都可以,只是测试一下远程调试功能,建议 webview 。 似乎用cn.wankkoree.test.webview-1.0_1-release测试也不行,直接vconsole都没了,在APP内右上角打开debug并重启后才在chrome://inspect页面中显示出来(以下截图为安装并配置云端hook后重启应用截取) ![907641e1faf7a817b44ee7cbe0b1a60](https://user-images.githubusercontent.com/73089181/168511610-6115fcd8-1d53-401e-bf7e-b91188531afd.jpg) ![bff15b5dd3865c6b452d1a93ff96de0](https://user-images.githubusercontent.com/73089181/168511614-10d8861a-c678-413d-b774-362a2abea028.jpg) ![image](https://user-images.githubusercontent.com/73089181/168511633-46af4fb3-a008-4d98-bbcd-0da1837baba2.png)

> 模块未正常工作,请提供 xposed 中的模块日志。 是这个吧 XD https://1456158721.lanzouh.com/ihNKA04ww2gh

> 经检查: > > 1. 日志中未发现测试 app 相关日志,推测为未在`LSPosed`中勾选测试 app。 > 2. 日志中发现微信相关日志,主要问题为 未找到 hook 点,请提供一下你**手机上提取**的微信安装包。 1、不好意思忘了勾,勾了后chrome://inspect页面识别到了; 2、微信是酷安更新的;