diff --git a/README.md b/README.md index ed7cf38..ab805bf 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@

-MeRead -MeRead -MeRead -MeRead +MeRead +MeRead +MeRead +MeRead

@@ -24,14 +24,13 @@ - [x] 支持 RSS、Atom 格式 - [x] 导入和导出 OPML -- [x] 自定义字号、行间距、页边距、文本对齐方式 +- [x] 获取全文 +- [x] 自定义字体大小、行间距、页面边距、文字对齐 +- [x] 自定义 CSS - [x] 三种阅读模式:阅读器、应用内标签页、系统浏览器 - [x] 未读筛选、文章收藏、订阅源分组 -- [x] 文本选择同步到 [flomo](https://flomoapp.com/) - [x] 适配深色模式 -- [x] 自定义 CSS - [ ] 多语言支持 -- [ ] 获取全文 ## License diff --git a/assets/images/app1.jpg b/assets/images/app1.jpg deleted file mode 100644 index 0299ed7..0000000 Binary files a/assets/images/app1.jpg and /dev/null differ diff --git a/assets/images/app1.png b/assets/images/app1.png new file mode 100644 index 0000000..3129e0e Binary files /dev/null and b/assets/images/app1.png differ diff --git a/assets/images/app2.jpg b/assets/images/app2.jpg deleted file mode 100644 index a64e4a7..0000000 Binary files a/assets/images/app2.jpg and /dev/null differ diff --git a/assets/images/app2.png b/assets/images/app2.png new file mode 100644 index 0000000..9f8ab61 Binary files /dev/null and b/assets/images/app2.png differ diff --git a/assets/images/app3.jpg b/assets/images/app3.jpg deleted file mode 100644 index 1e6f3e6..0000000 Binary files a/assets/images/app3.jpg and /dev/null differ diff --git a/assets/images/app3.png b/assets/images/app3.png new file mode 100644 index 0000000..e910835 Binary files /dev/null and b/assets/images/app3.png differ diff --git a/assets/images/app4.jpg b/assets/images/app4.jpg deleted file mode 100644 index 8058546..0000000 Binary files a/assets/images/app4.jpg and /dev/null differ diff --git a/assets/images/app4.png b/assets/images/app4.png new file mode 100644 index 0000000..4b24f02 Binary files /dev/null and b/assets/images/app4.png differ diff --git a/lib/routes/setting/about.dart b/lib/routes/setting/about.dart index 137d3f9..7f4ab7b 100644 --- a/lib/routes/setting/about.dart +++ b/lib/routes/setting/about.dart @@ -33,7 +33,7 @@ class AboutPage extends StatelessWidget { const SizedBox(height: 8), const Center( child: Text( - 'V 0.1.3', + 'V 0.2.0', style: TextStyle(fontSize: 18), ), ), diff --git a/lib/utils/parse.dart b/lib/utils/parse.dart index 5c2d74d..48441f8 100644 --- a/lib/utils/parse.dart +++ b/lib/utils/parse.dart @@ -2,7 +2,6 @@ import 'dart:convert'; import 'dart:io'; import 'package:file_picker/file_picker.dart'; -import 'package:html/parser.dart'; import 'package:opml/opml.dart'; import 'package:webfeed/webfeed.dart'; import 'package:http/http.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 9d3852e..2b96820 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.1.3+7 +version: 0.2.0+8 environment: sdk: '>=2.18.2 <3.0.0'