Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
CS-Tao committed Nov 20, 2019
2 parents af84ac5 + 6e290ab commit 5ad8dfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@

> 以桌面端为例
![软件演示](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)

## 下载和安装

### 最新版本下载

- 下载链接

[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)

- 二维码:

Expand All @@ -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)

## 面向开发者

Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="cc.cs_tao.whu_library_seat_mobile" version="1.6.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="cc.cs_tao.whu_library_seat_mobile" version="1.6.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>whu-library-seat-mobile</name>
<description>
武汉大学图书馆抢座软件
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whu-library-seat-mobile",
"version": "1.6.5",
"version": "1.6.6",
"author": "CS-Tao <whucstao@qq.com>",
"description": "武汉大学图书馆抢座软件",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion src/api/gitcontents.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 5ad8dfe

Please sign in to comment.