🐛 fix any crash

This commit is contained in:
niuhuan 2023-11-17 10:09:16 +08:00
parent 19e6088401
commit 8b85e8ded9
4 changed files with 8 additions and 2 deletions

View File

@ -66,6 +66,9 @@ jobs:
- target: linux - target: linux
host: ubuntu-latest host: ubuntu-latest
flutter_version: '2.10.3' flutter_version: '2.10.3'
- target: ios
host: macos-latest
flutter_version: '2.10.5'
- target: ios - target: ios
host: macos-latest host: macos-latest
flutter_version: '3.7.3' flutter_version: '3.7.3'

View File

@ -1 +1 @@
v1.7.6 v1.7.7

View File

@ -1,3 +1,6 @@
v1.7.7
- [x] 🐛 修复一些极端情况下崩溃
v1.7.6 v1.7.6
- [x] ♻️ 优化发电 - [x] ♻️ 优化发电
- [x] ✨ 导出多个cbz的zip - [x] ✨ 导出多个cbz的zip

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.7.6+20 version: 1.7.7+21
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"