ECH2O
ECH2O
``` chrome://flags/#unsafely-treat-insecure-origin-as-secure ```  换成自己的ip和端口
@Jamling https://github.com/adamyi/wechrome/blob/6957596348979c638b300369bc61ee8960737e03/background.js#L1
https://github.com/ishare20/lemonPush/pull/6 ```js //hook.js function hook(filepaths,text) { const chanifyToken = "" const url = `https://notifyxxx.cn/v1/sender/${chanifyToken}` if(!filepaths && !text){ return } if(filepaths.length>0){ const result = [] for (const filepath of filepaths){ const...
小程序中渲染成这样显示不出来背景图片 ``
``` shell python3 -m venv venv # in windows & d:/workspace/gpt4free/venv/Scripts/Activate.ps1 # mac or linux . venv/bin/activate pip3 install -r requirements.txt # testing mv .\testing\forefront_test.py . py .\testing\forefront_test.py ``` 
笑尿
> 我测试了一下,发现需要添加`rewrite ^/nginxproxymanager/?(.*)$ /$1 break;` > > ``` > rewrite ^/nginxproxymanager/?(.*)$ /$1 break; > proxy_http_version 1.1; > proxy_redirect off; > proxy_set_header Upgrade $http_upgrade; > proxy_cache_bypass $http_upgrade; > proxy_set_header Connection $http_connection;...
Fixed 

``` shell yarn remove wechaty-puppet-padlocal yarn add @666666/wechaty-puppet-padlocal ``` ``` typescript import { PuppetPadlocal } from "@666666/wechaty-puppet-padlocal"; ```