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