From 3c02f1ccc44f345d67abea30374ecae6703f0723 Mon Sep 17 00:00:00 2001 From: honjow Date: Thu, 8 Jul 2021 11:59:20 +0800 Subject: [PATCH] Docs: README --- README.md | 5 +++-- README_cn.md | 5 +++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0215a6a9..80c62bdef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FEhViewer -English|[中文](https://github.com/honjow/FEhViewer/blob/nullsafety/README_cn.md) +English | [简体中文](https://github.com/honjow/FEhViewer/blob/nullsafety/README_cn.md) ## Introduction @@ -11,7 +11,7 @@ The main reference for UI is [E-HentaiViewer](https://github.com/kayanouriko/E-H Because it is flutter, so it is also cross-platform support, the main platforms tested are \ iOS 14 : iPhone XR / 12 / iPad Pro 2018 \ -Android 11 : MIUI12.5/ MI K40 \ +Android 11 : MIUI12.5/ MI K40 Current Issues: @@ -53,6 +53,7 @@ EhTagTranslation - [x] List View,Waterfall View Switch - [x] Gallery information view - [x] Gallery Image view +- [x] Automatically turn pages - [x] eh/ex switch - [x] Tag search - [x] Login diff --git a/README_cn.md b/README_cn.md index a212ea0f0..ef3c1da22 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,5 +1,5 @@ # FEhViewer -[English](https://github.com/honjow/FEhViewer/blob/nullsafety/README.md)|中文 +[English](https://github.com/honjow/FEhViewer/blob/nullsafety/README.md) | 简体中文 ## 应用简介 一个 flutter 编写的 e-hentai/exhentai app @@ -14,7 +14,7 @@ UI 方面主要参考的[E-HentaiViewer](https://github.com/kayanouriko/E-Hentai 因为是 flutter 所以也是跨平台支持的,测试的平台主要有 \ iOS 14 : iPhone XR / 12 / iPad Pro 2018 \ -Android 11 : MIUI12.5/ MI K40 \ +Android 11 : MIUI12.5/ MI K40 现有问题: @@ -56,6 +56,7 @@ ehentai译文数据库 - [x] 列表视图,瀑布流视图切换 - [x] 画廊信息查看 - [x] 图片浏览 +- [x] 自动翻页 - [x] 里站表站切换 - [x] 标签搜索 - [x] 登录 diff --git a/pubspec.yaml b/pubspec.yaml index eb14fc8e7..683c712a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: fehviewer publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.18+224 +version: 1.1.18+225 environment: sdk: '>=2.13.0 <3.0.0'