-
-
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
18 changed files
with
207 additions
and
54 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
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 was deleted.
Oops, something went wrong.
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,57 @@ | ||
--- | ||
next: false | ||
--- | ||
:::tip | ||
本页面针对开发者 | ||
::: | ||
|
||
### 桌面端(Windows/MacOS/Linux) | ||
|
||
>项目工程:[whu-library-seat](https://github.com/CS-Tao/whu-library-seat),使用 Electron + Vue 搭建 | ||
#### 分支使用说明 | ||
|
||
- master | ||
|
||
主分支,每次提交都标记一个 tag,对应一个新版本,并更新本文档 | ||
|
||
- develop | ||
|
||
开发分支,开发的新功能都汇总到本分支 | ||
|
||
- gh-pages | ||
|
||
存放本文档 | ||
|
||
- usage-records | ||
|
||
存放后台项目源码,使用 express.js 搭建,用于记录软件使用数据 | ||
|
||
- user-validation | ||
|
||
存放用户白名单、发布新公告、发布移动端新版本 | ||
|
||
- 其他 | ||
|
||
开发新功能(最终会策略合并到`develop`分支)、解决刚发布版本的 bug(最终会策略合并到`master`分支和`develop`分支) | ||
|
||
### 移动端(Android) | ||
|
||
>项目工程:[whu-library-seat-mobile](https://github.com/CS-Tao/whu-library-seat-mobile),使用 Cordova + Vue 搭建 | ||
#### 分支使用说明 | ||
|
||
- master | ||
|
||
主分支,所有标记 tag 的提交一定在此分支上,每一个 tag 对应一个版本。 | ||
|
||
本分支是一个 cordova 工程,利用 Travis CI 对它的每次提交进行持续集成,并将生成的安装包部署到[GitHub Release](https://github.com/CS-Tao/whu-library-seat-mobile/releases) | ||
|
||
- source | ||
|
||
网页源工程,由桌面端项目工程转化而成。每次提交都会被 Travis CI 持续集成,并将生成的网页部署到`gh-pages`分支 | ||
|
||
- gh-pages | ||
|
||
由`source`分支生成的网页会被存放到本分支,当`master`分支被集成的时候,会下载本分支的资源,将其打包为`apk`安装包 | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### 取消预约 | ||
|
||
在`预约历史`界面,如果您有处于`预约`状态的座位,可以点击对应记录后面的`取消预约`的按钮取消预约 |
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,5 @@ | ||
### 座位更改(即"改签") | ||
|
||
在预约座位时,如果您当前已有处于`预约`、`正在使用`、`暂离`状态的座位,在开始预约之前软件会自动取消已有的座位,重新预约 | ||
|
||
也就是说如果您希望的重新预约的座位和正在使用的座位信息一致,便能更改当前座位的使用时间 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### 结束使用 | ||
|
||
在`预约历史`界面,如果您有处于`正在使用`或`暂离`状态的座位,可以点击对应记录后面的`终止使用`的按钮结束使用该座位 |
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.4.0", | ||
"version": "1.4.1", | ||
"author": "CS-Tao <[email protected]>", | ||
"description": "武汉大学图书馆抢座软件", | ||
"license": null, | ||
|
@@ -12,6 +12,7 @@ | |
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js", | ||
"build:docs": "vuepress build docs", | ||
"dev": "node .electron-vue/dev-runner.js", | ||
"dev:docs": "vuepress dev docs", | ||
"e2e": "npm run pack && mocha test/e2e", | ||
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src test", | ||
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src test", | ||
|
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.