Skip to content

Commit

Permalink
Merge branch 'hot-fix-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
CS-Tao committed Aug 6, 2018
2 parents 9416d44 + bfe8a82 commit 3443360
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

- Windows
- 安装包: `whu-library-seat-setup-<version>.exe`
- 链接: [v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-setup-1.0.3.exe)
- 链接: [v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-setup-1.0.4.exe)

- Mac OS
- 安装包: `whu-library-seat-<version>.dmg`
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3.dmg)
- 链接[v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-1.0.4.dmg)

- Linux
- 安装包: `whu-library-seat-<version>-x86_64.AppImage`
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3-x86_64.AppImage)
- 链接[v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-1.0.4-x86_64.AppImage)

### 安装软件

Expand Down
6 changes: 3 additions & 3 deletions docs/specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

- Windows
- 安装包: `whu-library-seat-setup-<version>.exe`
- 链接: [v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-setup-1.0.3.exe)
- 链接: [v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-setup-1.0.4.exe)

- Mac OS
- 安装包: `whu-library-seat-<version>.dmg`
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3.dmg)
- 链接[v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-1.0.4.dmg)

- Linux
- 安装包: `whu-library-seat-<version>-x86_64.AppImage`
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3-x86_64.AppImage)
- 链接[v1.0.4](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.4/whu-library-seat-1.0.4-x86_64.AppImage)

### 安装软件

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",
"version": "1.0.3",
"version": "1.0.4",
"author": "CS-Tao <[email protected]>",
"description": "武汉大学图书馆抢座软件",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default {
return false
}
for (let index = 0; index < groups.length; index++) {
if (groups[index].id === userItem.id) {
if (groups[index].id === userItem.groupId) {
groupItem = groups[index]
break
}
Expand Down

0 comments on commit 3443360

Please sign in to comment.