Skip to content

Commit 64428da

Browse files
committed
feat: 细节体验优化
1 parent 8296796 commit 64428da

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ iPomodoro(爱番茄)
4545

4646
1、商店安装
4747

48-
| 已上架的商店 | 下载地址 |
49-
|--------|---|
50-
| 苹果商店 | [https://apps.apple.com/cn/app/ipomodoro/id1439666929](https://apps.apple.com/cn/app/ipomodoro/id1439666929) |
51-
| 谷歌商店 | [https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro](https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro) |
52-
| 华为商店 | [https://appgallery.huawei.com/#/app/C103911977](https://appgallery.huawei.com/#/app/C103911977) |
53-
| 小米商店 | [http://app.xiaomi.com/detail/1341005](http://app.xiaomi.com/detail/1341005) |
54-
| 酷安商店 | [https://www.coolapk.com/apk/282769](https://www.coolapk.com/apk/282769) |
55-
| APK下载 | [https://github.com/iHTCboy/iPomodoro-Flutter/releases](https://github.com/iHTCboy/iPomodoro-Flutter/releases) |
56-
57-
> 注:因为苹果开发者账号需要 ¥688 年费,所以 AppStore下载收费1元。介意的朋友可以下载本项目代码在macOS系统编译安装
48+
| 已上架的商店 | 下载地址 | 备注 |
49+
|--------|---|---|
50+
| 苹果商店 | [https://apps.apple.com/cn/app/ipomodoro/id1439666929](https://apps.apple.com/cn/app/ipomodoro/id1439666929) | 可供下载 |
51+
| 谷歌商店 | [https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro](https://play.google.com/store/apps/details?id=com.iHTCboy.iPomodoro) | 可供下载 |
52+
| 华为商店 | [https://appgallery.huawei.com/#/app/C103911977](https://appgallery.huawei.com/#/app/C103911977) | 不合规被下架 |
53+
| 小米商店 | [http://app.xiaomi.com/detail/1341005](http://app.xiaomi.com/detail/1341005) | 不合规被下架 |
54+
| 酷安商店 | [https://www.coolapk.com/apk/282769](https://www.coolapk.com/apk/282769) | 不合规被下架 |
55+
| APK下载 | [https://github.com/iHTCboy/iPomodoro-Flutter/releases](https://github.com/iHTCboy/iPomodoro-Flutter/releases) | 可供下载 |
56+
57+
> 注:因为苹果开发者账号需要 ¥688 年费,所以 App Store下载收费1元。介意的朋友可以下载本项目代码在 macOS 系统编译安装
5858
5959

6060
2、编译安装

app/ios/Flutter/flutter_export_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export "FLUTTER_APPLICATION_PATH=/Users/HTC/Documents/Programing/Flutter/iPomodo
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_TARGET=/Users/HTC/Documents/Programing/Flutter/iPomodoro-Flutter/app/lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
8-
export "FLUTTER_BUILD_NAME=3.1.0"
9-
export "FLUTTER_BUILD_NUMBER=230124"
8+
export "FLUTTER_BUILD_NAME=3.1.1"
9+
export "FLUTTER_BUILD_NUMBER=230209"
1010
export "DART_DEFINES=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ=="
1111
export "DART_OBFUSCATION=false"
1212
export "TRACK_WIDGET_CREATION=true"

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 3.1.0+230124
18+
version: 3.1.1+230209
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)