Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvenusleo committed May 1, 2023
1 parent efd5797 commit fa2937f
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align='center'>
<img src='./assets/images/meread_round.png' alt='MeRead' width='100px'/>
<img src='./assets/meread_round.png' alt='MeRead' width='100px'/>
<h1>MeRead - 悦读</h1>

</p>
Expand All @@ -13,10 +13,10 @@
</p>

<p>
<img alt="MeRead" src="./assets/images/app1.jpg" width="204">
<img alt="MeRead" src="./assets/images/app2.jpg" width="204">
<img alt="MeRead" src="./assets/images/app3.jpg" width="204">
<img alt="MeRead" src="./assets/images/app4.jpg" width="204">
<img alt="MeRead" src="./assets/app1.jpg" width="200">
<img alt="MeRead" src="./assets/app2.jpg" width="200">
<img alt="MeRead" src="./assets/app3.jpg" width="200">
<img alt="MeRead" src="./assets/app4.jpg" width="200">
</p>
</div>

Expand All @@ -30,7 +30,7 @@
- [x] 三种阅读模式:阅读器、应用内标签页、系统浏览器
- [x] 未读筛选、文章收藏、订阅源分组
- [x] 适配深色模式
- [x] 适配 Material You
- [x] 适配 Material You,支持壁纸动态取色
- [ ] 多语言支持

## 致谢
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Binary file added assets/app1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/app2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/app3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/app4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/app1.jpg
Binary file not shown.
Binary file removed assets/images/app2.jpg
Binary file not shown.
Binary file removed assets/images/app3.jpg
Binary file not shown.
Binary file removed assets/images/app4.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions lib/routes/setting_page/about_page/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AboutPage extends StatelessWidget {
padding: EdgeInsets.fromLTRB(0, 24, 0, 8),
child: CircleAvatar(
radius: 50,
backgroundImage: AssetImage('assets/images/meread.png'),
backgroundImage: AssetImage('assets/meread.png'),
),
),
const Center(
Expand All @@ -29,7 +29,7 @@ class AboutPage extends StatelessWidget {
const SizedBox(height: 8),
const Center(
child: Text(
'V 0.3.3',
'V 0.4.0',
style: TextStyle(fontSize: 16),
),
),
Expand Down
4 changes: 2 additions & 2 deletions 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.3.3+15
version: 0.4.0+16

environment:
sdk: '>=2.18.2 <3.0.0'
Expand Down Expand Up @@ -80,7 +80,7 @@ flutter:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/images/meread.png
- assets/meread.png

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
Expand Down

0 comments on commit fa2937f

Please sign in to comment.