mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
Merge branch 'develop'
This commit is contained in:
commit
09a4a3a8bc
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
python get_version.py
|
||||
|
||||
- name: Git push assets to "main" branch
|
||||
- name: Git push assets to "info" branch
|
||||
run: |
|
||||
if ! ([ -f "info.json" ] && [ -f "url.json" ]); then exit 1; else mkdir info; mv {info,url}.json info; cd info; fi
|
||||
git init
|
||||
|
||||
@ -16,7 +16,7 @@ GLOBAL_VERSION = [
|
||||
]
|
||||
|
||||
# 定义需要检测的版本号范围
|
||||
max_version = [4, 18, 10]
|
||||
max_version = [4, 20, 0]
|
||||
min_version = [4, 17, 0]
|
||||
|
||||
# 定义请求延时时间(秒)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user