-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
1,721 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[![Build status](https://ci.appveyor.com/api/projects/status/qq2adqaxv6vfj7di/branch/master?svg=true)](https://ci.appveyor.com/project/CS-Tao/whu-library-seat/branch/master) | ||
[![Build Status](https://travis-ci.com/CS-Tao/whu-library-seat.svg?branch=master)](https://travis-ci.com/CS-Tao/whu-library-seat) | ||
[![Join the chat at https://gitter.im/whu-library-seat/Lobby](https://img.shields.io/badge/chat-on%20gitter-28BC99.svg)](https://gitter.im/whu-library-seat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![license](https://img.shields.io/badge/license-none-yellow.svg)](#版权声明) | ||
[![feedback](https://img.shields.io/badge/feedback-issues-blue.svg)](https://github.com/CS-Tao/whu-library-seat/issues/new) | ||
|
||
# whu-library-seat | ||
|
||
|
@@ -24,31 +24,31 @@ | |
### 最新版本下载 | ||
|
||
- Windows | ||
- 链接: [whu-library-seat-setup-1.7.1.exe](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.7.1/whu-library-seat-setup-1.7.1.exe) | ||
- 链接: [whu-library-seat-setup-1.8.0.exe](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.8.0/whu-library-seat-setup-1.8.0.exe) | ||
|
||
- Mac OS | ||
- 链接: [whu-library-seat-1.7.1.dmg](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.7.1/whu-library-seat-1.7.1.dmg) | ||
- 链接: [whu-library-seat-1.8.0.dmg](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.8.0/whu-library-seat-1.8.0.dmg) | ||
|
||
- Linux | ||
- 链接: [whu-library-seat-1.7.1-x86_64.AppImage](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.7.1/whu-library-seat-1.7.1-x86_64.AppImage) | ||
- 链接: [whu-library-seat-1.8.0-x86_64.AppImage](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.8.0/whu-library-seat-1.8.0-x86_64.AppImage) | ||
|
||
### 安装软件 | ||
|
||
运行安装包即可 | ||
|
||
### 申请软件使用权 | ||
|
||
> 不再对桌面版本低于 v1.5.0、安卓版本低于 v1.2.0 的软件提供用户认证支持 | ||
在您登录之前,软件会检查您的学号是否被记录在[这个文件](https://github.com/CS-Tao/whu-library-seat/blob/user-validation/validation.json)中,只有被记录在这个文件中的学号(经过加密)才能使用本软件,如果您的学号(经过加密)没有被记录,您可以通过邮件[联系我](http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&[email protected])(请在邮件中注明学号、院系和姓名) | ||
> v1.8.0 已移除本功能,改为 GitHub Star 认证,具体请查看 [GitHub Star 认证](https://home.cs-tao.cc/whu-library-seat/specification/auth.html) | ||
当然,因为本软件为开源软件,您可以在遵守本软件[版权声明](#版权声明)的前提下,自己构建软件并删除其中的认证代码,具体请查看[面向开发者](#面向开发者) | ||
|
||
### 软件更新 | ||
|
||
软件启动的时候会自动访问[GitHub Release](https://github.com/CS-Tao/whu-library-seat/releases/latest)检查更新,如果有更新,在软件的左下角会出现更新的按钮 | ||
软件启动的时候会自动访问[GitHub Release](https://github.com/CS-Tao/whu-library-seat/releases/latest)检查更新,如果有更新,在软件的左下角会出现更新的按钮,您可以点击菜单中的 `关于` -> `更新日志` 查看新版本的特性 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/update.png) | ||
|
||
# 面向开发者 | ||
## 面向开发者 | ||
|
||
您可以通过以下步骤自行构建本软件,但请您务必注意,本仓库并未提供任何源码`许可证`,您没有权利将源码更改后继续传播,更没有权利将本软件或源码用于商业活动 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,13 @@ | |
|
||
### 申请软件使用权 | ||
|
||
::: warning | ||
不再对桌面版本低于 v1.5.0、安卓版本低于 v1.2.0 的软件提供用户认证支持 | ||
::: | ||
> v1.8.0 已移除本功能,改为 GitHub Star 认证,具体请查看 [GitHub Star 认证](./auth.html) | ||
在您登录之前,软件会检查您的学号是否被记录在[这个文件](https://github.com/CS-Tao/whu-library-seat/blob/user-validation/validation.json)中,只有被记录在这个文件中的学号(经过加密)才能使用本软件,如果您的学号(经过加密)没有被记录,您可以通过邮件[联系我](http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&[email protected])(请在邮件中注明学号、院系和姓名) | ||
|
||
当然,因为本软件为开源软件,您可以在遵守本软件[版权声明](https://github.com/CS-Tao/whu-library-seat/blob/master/README.md#版权声明)的前提下,自己构建软件并删除其中的认证代码,具体请查看[面向开发者](https://github.com/CS-Tao/whu-library-seat/blob/master/README.md#面向开发者) | ||
|
||
### 软件更新 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/update.png) | ||
|
||
- 桌面端 | ||
软件启动的时候会自动访问[GitHub Release](https://github.com/CS-Tao/whu-library-seat/releases/latest)检查更新,如果有更新,在软件的左下角会出现更新的按钮 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# GitHub Star 认证 | ||
|
||
请按照以下步骤登录本软件并获取永久授权 | ||
|
||
1. 点击软件下方的**钥匙**进入软件授权页面(第一次打开软件会默认进入本页面) | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/1.png) | ||
|
||
1. 点击`GitHub Star 永久授权`按钮,软件会打开系统浏览器访问认证页面 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/3.png) | ||
|
||
1. 点击`确定通过 GitHub 账号登录`,此时 GitHub 会让你确认是否授权(如果没有登录 GitHub,此时会进入登录页面) | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/4.png) | ||
|
||
1. 点击`Authorize CS-Tao`即可成功登录 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/5.png) | ||
|
||
1. 登录成功后返回软件,如果出现下面的弹窗,说明您还未对本仓库点星,请进行下一步 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/5.1.png) | ||
|
||
1. 如果您还未给本仓库点星,请到指定仓库点星以供管理员了解软件使用情况。桌面端进入:[whu-library-seat](https://github.com/CS-Tao/whu-library-seat),移动端进入:[whu-library-seat-mobile](https://github.com/CS-Tao/whu-library-seat-mobile) | ||
|
||
- 桌面端点击右上角的`Star`按钮,按钮如下图所示: | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/5.2.png) | ||
|
||
- 移动端需要登录才会显示`Star`按钮,登录状态下直接点击即可,按钮如下图所示: | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/5.3.png) | ||
|
||
1. 点星后回到本软件,点击确定即可 | ||
|
||
![图片加载失败](https://raw.githubusercontent.com/CS-Tao/github-content/master/contents/github/whu-library-seat/OAuth/6.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "whu-library-seat", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"author": "CS-Tao <[email protected]>", | ||
"description": "武汉大学图书馆抢座软件", | ||
"license": null, | ||
|
@@ -68,6 +68,7 @@ | |
"js-md5": "^0.7.3", | ||
"mockjs": "^1.0.1-beta3", | ||
"node-notifier": "^5.2.1", | ||
"socket.io-client": "^2.2.0", | ||
"vue": "^2.3.3", | ||
"vue-electron": "^1.0.6", | ||
"vue-markdown": "^2.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.