File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ nodejs作为服务端的drpy实现。全面升级异步写法
55* [ 本地配置接口-动态本地] ( /config )
66* [ 本地配置接口-动态外网/局域网] ( /config/1 )
77* [ 本地配置接口-静态] ( /index )
8- * [ 代码加密工具 ] ( /admin/encoder )
8+ * [ 代码加解密工具 ] ( /admin/encoder )
99
1010## 更新记录
1111
3737## 参考资料
3838
3939* [ crypto-js-wasm使用教程] ( docs/crypto-js-wasm/readme-CN.md )
40+ * [ puppeteer使用教程] ( docs/pupInstall.md )
Original file line number Diff line number Diff line change 1+ # pup安装说明书
2+
3+ pup(puppeteer) 是一款无头浏览器,可以模拟用户手动打开网页,通过一些网站的反爬机制
4+
5+ 如需使用,可以通过下面命令安装
6+
7+ ``` shell
8+ npx puppeteer browsers install chrome
9+ ```
10+
11+ 注意,此东西目前只有pc和部分服务器支持安装和使用,手机上海阔不支持,此类源都不能使用
Original file line number Diff line number Diff line change 14148 . 修复金牌影视代理播放不支持海阔引擎的问题
15159 . 增加会员解密功能
161610 . 修复pupWebview没引入成功的问题
17+ 11 . 修正加解密工具不适配移动端高度问题
1718
1819### 20241205
1920
Original file line number Diff line number Diff line change 106106 }
107107
108108 .input-box , .result-box {
109- height : 30 vh ; /* 小屏设备上减小高度 */
109+ height : 20 vh ; /* 小屏设备上减小高度 */
110110 }
111111 }
112112 </ style >
You can’t perform that action at this time.
0 commit comments