diff --git a/CHANGELOG.MD b/CHANGELOG.MD index efbb248..f5efa3c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,7 +2,7 @@ 更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。 -# 0.15.5+16 +# 0.15.5+17 - 优化剧集分组的排序,正片在最左第一个 - 优化剧集分组只有一种正片时的显示 diff --git a/README.md b/README.md index 6909e46..0330a2f 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,12 @@ ikaros app by flutter ``` flutter packages pub run build_runner build ``` + +## Screenshot +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_165352.png?sign=77RntvTkPEd9j5aIZrwjefOQF4deOTQC_sS5qidtsW4=:0) +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_165216.png?sign=11h_ljzcU3ZEKv8FmN3dhnDjXn3QpOr7EmpqT936QhQ=:0) +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_170209.png?sign=GRa4gqbLPqwTn36fhCwcyhhakupI1LoV2TaXNhwxCrA=:0) +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_165300.png?sign=k5GwpLH3-0OShcqu7RpPKyPZ15D_QcSll8dDbs6gQGs=:0) +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_165317.png?sign=0KPsuctc-cnJ1FIX9nixtq2xvzO8oHUh43tmJWtmpAw=:0) +![](https://alist.ikaros.run/d/share/local/ikaros-dev/app/screenshot/Screenshot_20240822_165423.png?sign=4oB4RN0QD2hxygcaa6_c4H_wdrhLee7jhUDx63wtip4=:0) + diff --git a/pubspec.yaml b/pubspec.yaml index 08cf4d3..9678bfd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.15.5+16 +version: 0.15.5+17 environment: sdk: '>=2.18.4 <=3.10.5'