Skip to content

Commit aff80fe

Browse files
committed
change update url
1 parent bafbec5 commit aff80fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
### 下载
116116

117-
#### Apk下载链接: [Apk下载链接](https://gitee.com/CarGuo/GSYGithubAppFlutter/releases)
117+
#### Apk下载链接: [Apk下载链接](https://github.com/CarGuo/gsy_github_app_flutter/releases)
118118

119119

120120
| 类型 | 二维码 |

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ With the use and feedback of the project, will user experience and function opti
7272
7373
### Download
7474

75-
#### Apk Link: [Apk Link](https://gitee.com/CarGuo/GSYGithubAppFlutter/releases)
75+
#### Apk Link: [Apk Link](https://github.com/CarGuo/gsy_github_app_flutter/releases)
7676

7777

7878
| 类型 | 二维码 |

lib/common/net/address.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Address {
66
static const String host = "https://api.github.com/";
77
static const String hostWeb = "https://github.com/";
88
static const String graphicHost = 'https://ghchart.rshah.org/';
9-
static const String updateUrl = 'https://gitee.com/CarGuo/GSYGithubAppFlutter/releases';
9+
static const String updateUrl = 'https://github.com/CarGuo/gsy_github_app_flutter/releases';
1010

1111
///获取授权 post
1212
static getAuthorization() {

0 commit comments

Comments
 (0)