diff --git a/README.md b/README.md index 4c63f90..5a4ba70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ > 以桌面端为例 -![软件演示](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/full.gif) +![软件演示](https://home.cs-tao.cc/github-content/contents/github/whu-library-seat/full.gif) ## 下载和安装 @@ -26,11 +26,11 @@ - 下载链接 - [whu-library-seat-mobile_v1.6.5.apk](https://github.com/CS-Tao/whu-library-seat-mobile/releases/download/v1.6.5/whu-library-seat-mobile_v1.6.5.apk) + [whu-library-seat-mobile_v1.6.6.apk](https://github.com/CS-Tao/whu-library-seat-mobile/releases/download/v1.6.6/whu-library-seat-mobile_v1.6.6.apk) - 备用地址 - [whu-library-seat-mobile_v1.6.5.apk](https://assets.cs-tao.cc/whu-library-seat-mobile/releases/v1.6.5/whu-library-seat-mobile_v1.6.5.apk) + [whu-library-seat-mobile_v1.6.6.apk](https://assets.cs-tao.cc/whu-library-seat-mobile/releases/v1.6.6/whu-library-seat-mobile_v1.6.6.apk) - 二维码: @@ -50,7 +50,7 @@ 软件启动的时候会自动访问[这个文件](https://github.com/CS-Tao/whu-library-seat/blob/user-validation/last-mobile.json)检查更新,如果有更新,在软件的左下角会出现下载更新的按钮 -![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/update.png) +![图片加载失败](https://home.cs-tao.cc/github-content/contents/github/whu-library-seat/update.png) ## 面向开发者 diff --git a/config.xml b/config.xml index fb500dc..299c65b 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + whu-library-seat-mobile 武汉大学图书馆抢座软件 diff --git a/package.json b/package.json index b75d668..fbe7312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whu-library-seat-mobile", - "version": "1.6.5", + "version": "1.6.6", "author": "CS-Tao ", "description": "武汉大学图书馆抢座软件", "license": null, diff --git a/src/api/gitcontents.api.js b/src/api/gitcontents.api.js index 5c78dfd..4c32071 100644 --- a/src/api/gitcontents.api.js +++ b/src/api/gitcontents.api.js @@ -2,7 +2,7 @@ import axios from 'axios' import urls from './urls' var service = axios.create({ - baseURL: 'https://raw.githubusercontent.com/CS-Tao/whu-library-seat', + baseURL: 'http://home.cs-tao.cc/github-content/contents/github/whu-library-seat', timeout: 8000, withCredentials: true })