Merge branch 'develop'

This commit is contained in:
YuCat-OVO 2024-03-01 17:59:56 +08:00
commit 09a4a3a8bc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]
# 定义请求延时时间(秒) # 定义请求延时时间(秒)