Skip to content

Commit

Permalink
Merge branch 'hotfix/0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Apr 1, 2022
2 parents 3b4bd6b + 1c84b0a commit 7005356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qinglong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

```
# 安装 dotnet 环境
sh -c "$(wget https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/qinglong/ray-dotnet-install.sh -O -)"
sh -c "$(wget https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh -O -)"
```

### 1.2.重启青龙容器
Expand Down
2 changes: 1 addition & 1 deletion qinglong/extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## 安装python依赖使用 pip3 install xxx

# 安装 dotnet 环境
sh -c "$(wget https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/qinglong/ray-dotnet-install.sh -O -)"
sh -c "$(wget https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh -O -)"
# 其他代码...
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.Console/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"RandomSleepMaxMin": 20, //随机睡眠的最大时长(单位为分钟),用于使每天运行时间在范围内相对随机,值域[0,+];配置为0表示不进行休眠
"IntervalSecondsBetweenRequestApi": 20, //两次调用api之间的间隔[0,+](单位为秒)。因为有人担心在几秒内连续调用api会被b站安全机制发现,所以为不放心的朋友添加了间隔秒数配置,两次连续调用Api之间会大于该秒数
"IntervalMethodTypes": "GET,POST", //间隔秒数所针对的HttpMethod,多个用英文逗号隔开,当前有GET和POST两种,可配置如“GET,POST”
"UserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 Edg/87.0.664.41", //请求B站接口时头部传递的User-Agent
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55", //请求B站接口时头部传递的User-Agent
"WebProxy": "" //代理,user:password@host:port
},

Expand Down

0 comments on commit 7005356

Please sign in to comment.