Version code
This commit is contained in:
parent
2dcd37c26c
commit
164b9b0ae3
|
@ -130,10 +130,10 @@ jobs:
|
||||||
|
|
||||||
- name: Check core
|
- name: Check core
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'niuhuan/pikapika-go-core'
|
repository: 'niuhuan/pikapika-go-core'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
path: 'go'
|
path: 'go'
|
||||||
|
|
||||||
- name: Cache Flutter dependencies (Linux/Android)
|
- name: Cache Flutter dependencies (Linux/Android)
|
||||||
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' )
|
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' )
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v1.4.4
|
v1.4.5
|
|
@ -1,2 +1,3 @@
|
||||||
- [x] 大部分页面已经支持鼠标右键退回上一页的功能, 但是需要从设置中开启 (并不是所有人都需要)
|
- [x] 修复 分流2 / 分流3, API速度得到提高
|
||||||
- [x] 列表中标记出看过的漫画
|
- [x] 看此本子多人也在看
|
||||||
|
- [x] 本子神推荐/魔推荐
|
||||||
|
|
Loading…
Reference in New Issue