zhuweiyou

Results 10 issues of zhuweiyou

微信小程序和网页不一样,并不是每次进去都会刷新页面。 所以使用辅助脚本刷分后,需要**完全退出游戏进程**,重新进入游戏,才能看到效果。 如果仍然看不到效果,可能是脚本失效了,或者分数被官方清零封号了。

教程

假设你已经阅读 [如何抓取微信小程序 HTTPS 请求](https://github.com/zhuweiyou/weixin-game-helper/issues/6) 先打开抓包工具,**完全退出游戏进程**,重新进入小游戏 一般来说第一个 API 请求,或者 URL 上带有 login 之类字符串,就是登录请求了 如果没有就挨个看看 Request 和 Response 内容,就能找到。如图: ![image](https://user-images.githubusercontent.com/8413791/35369077-4e8c49ac-01c1-11e8-90e9-d65374aabdea.png) 每个小游戏网络请求不太一样,自己多看看就能找到了

教程

## mac 推荐使用 Charles - 菜单 -> Proxy -> SSL Proxying Settings... -> 勾选Enable SSL Proxying -> 点击Add -> 填入 * 抓所有域名 ![image](https://user-images.githubusercontent.com/8413791/34810238-03f72f70-f6d5-11e7-99b2-32871f6a4b46.png) - 菜单 -> Help -> SSL Proxying...

教程

先根据具体辅助目录下的文档说明,执行相关命令生成 RootCA 将生成的证书安装到手机上,有困难参考[AnyProxy 文档](http://anyproxy.io/cn/#%E8%AF%81%E4%B9%A6%E9%85%8D%E7%BD%AE) 最后在手机上设置代理 IP(电脑的局域网 IP) 和 端口(默认 8001)

教程

https://github.com/InterviewMap/CS-Interview-Knowledge-Map/blob/master/JS/JS-en.md#mapflatmap-and-reduce ```js [1, [2], 3].flatMap((v) => v + 1) // -> [2, 3, 4] ``` 上面这个,运行结果是不正确的,而且没有表达 flatMap 的作用 应该是类似这样 ```js const arr = [1, 2, 3, 4] arr.map(x => [x...

![image](https://user-images.githubusercontent.com/8413791/44260838-4c861200-a248-11e8-984c-8b22c831e733.png) 偶然出现的,那句话是我打的字。macOS chrome 环境。 > 我不确定是否应该在这里提?目前 cnodejs.org 跑的是 cnodejs/nodeclub 还是 cnodejs/egg-cnode ?

Because `process.exit(1)` has exited the process, `break` is redundant. If you use eslint, the error is as follows. ![image](https://user-images.githubusercontent.com/8413791/36057756-b876eef6-0e4d-11e8-8cb6-7fb3c8952066.png)

pr

### Clear and concise description of the problem The content wrapped by before JS loading is completed is empty. In order to improve the user experience, can i add a...

enhancement
pr welcome

![image](https://user-images.githubusercontent.com/8413791/82113181-9f2a9000-9786-11ea-801e-3b5f1b665254.png)