Use pager to split Lock task mode into 3 page

Change version name to v6.3
Update workflow file
Fix a typo in Readme.md
This commit is contained in:
BinTianqi
2024-12-31 22:28:40 +08:00
parent ec6bccc0b5
commit 65bf0f75d8
15 changed files with 307 additions and 247 deletions

View File

@@ -6,8 +6,6 @@ on:
- '**.md'
tags-ignore:
- '**'
branches-ignore:
- 'master'
jobs:
build:
@@ -63,7 +61,7 @@ jobs:
upload-telegram:
name: Upload Builds
if: ${{ success() }}
if: ${{ success() && github.ref_name == 'dev' }}
runs-on: ubuntu-latest
needs:
- build