diff --git a/README.md b/README.md
index 596d80f..9762f12 100644
--- a/README.md
+++ b/README.md
@@ -41,12 +41,12 @@ Dart 2.7.0
- [**历史版本下载地址**](https://github.com/maoqitian/flutter_wanandroid/releases)
### **最新版本下载**
-- 可以手机浏览器输入以下地址下载 [http://d.alphaqr.com/b8ja](http://d.alphaqr.com/b8ja)
+- 可以手机浏览器输入以下地址下载 [http://d.alphaqr.com/9n12](http://d.alphaqr.com/9n12)
类型 | 二维码
---|---
-Apk 下载二维码 |
+Apk 下载二维码 |
ios 下载| 暂无下载,可以自行clone项目编译体验
diff --git a/flutter_wanandroid/lib/views/home/item/project_list_item.dart b/flutter_wanandroid/lib/views/home/item/project_list_item.dart
index 7c0637b..cfd6432 100644
--- a/flutter_wanandroid/lib/views/home/item/project_list_item.dart
+++ b/flutter_wanandroid/lib/views/home/item/project_list_item.dart
@@ -41,7 +41,7 @@ class _ProjectListItemState extends State {
Constants.COLLECT_PAGE_TYPE,
widget.articleData.collect);
Application.router.navigateTo(context,
- '${Routes.webViewPage}??routePageJson=${ToolUtils.object2string(routePageData)}');
+ '${Routes.webViewPage}?routePageJson=${ToolUtils.object2string(routePageData)}');
},
title: Row(
mainAxisAlignment: MainAxisAlignment.start,
diff --git a/flutter_wanandroid/pubspec.yaml b/flutter_wanandroid/pubspec.yaml
index 3039fb8..8481673 100644
--- a/flutter_wanandroid/pubspec.yaml
+++ b/flutter_wanandroid/pubspec.yaml
@@ -11,7 +11,7 @@ description: A new Flutter application for wanandroid.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.0.3+4 # 1.0.1 代表版本名 2 代表版本代号
+version: 1.0.2+3 # 1.0.1 代表版本名 2 代表版本代号
environment:
sdk: ">=2.1.0 <3.0.0"