liqwang

Results 2 issues of liqwang

2021.8.13起,GitHub要求使用基于令牌的身份验证,密码验证将不被支持,详见 https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations 我已经尝试过使用原仓库的Actions,在`git push -f`时会报错403 Forbidden 因此我修改了`build.yml`,使用了`GITHUB_TOKEN`作为认证方法,并且已经调试完毕 此外,GitHub现在默认会关闭Action的定时任务,需要手动将其打开,我也在README.md中添加了相关说明 ![enable-schedule-workflow](https://user-images.githubusercontent.com/90035785/224888848-be15ba52-1892-4a2b-9cef-b321b9a25165.jpg)

B站更新了网关策略,播放API强制使用HTTPS:`http://api.bilibili.com/x/click-interface/click/web/h5` 因此不支持HTTPS的代理会响应`400 Bad Request`,**导致刷播放量速度慢了很多** ```html 400 Bad Request Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server...