Skip to content

Commit

Permalink
更新APP版本的约定并更新版本号到15.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Aug 23, 2024
1 parent 7691c75 commit 8c63801
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。

# 0.15.5+21
# 15.1.21

- 修复手机上视频没有走加载字幕逻辑的问题
- 更新APP版本的约定并更新版本号

# 0.15.5+20

Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ 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)
## Version
APP的版本规定

服务端版本.主版本.子版本

app的服务端版本只取服务端版本的主版本和子版本,忽略第三级别的Bug版本,

比如当前APP适配的服务端是 0.15.5, 那么服务端版本就是15,此时APP的版本就是 15.3.0

如果服务端版本是1.0.0,此时服务端的子版本最大曾是两位数,则,app的服务端版本是 1 * 100 + 0 = 100
,此时APP的版本就是 100.3.0

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+21
version: 15.1.21

environment:
sdk: '>=2.18.4 <=3.10.5'
Expand Down

0 comments on commit 8c63801

Please sign in to comment.