Skip to content

Commit

Permalink
重新开始
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjinhub committed Aug 7, 2019
1 parent c9a86e8 commit b17169a
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

# VScode

Thief-Book 为用户提供 Vscode 版本,具体请看 https://github.com/cteams/Thief-Book-VSCode
Thief-Book 为用户提供 Vscode 版本,具体请看 https://github.com/cteamx/Thief-Book-VSCode

# 下载地址

https://github.com/cteams/Thief-Book/releases
https://github.com/cteamx/Thief-Book/releases

# 版本区分

Expand Down Expand Up @@ -47,19 +47,19 @@ GBK 会出现乱码,请勾选乱码选项

**Mac**

https://github.com/cteams/Thief-Book/blob/master/images/mac.gif
https://github.com/cteamx/Thief-Book/blob/master/images/mac.gif

**Win**

https://github.com/cteams/Thief-Book/blob/master/images/win.gif
https://github.com/cteamx/Thief-Book/blob/master/images/win.gif

**鼠标模式**

切换鼠标模式,请先移动窗口到指定的位置(鼠标模式启动后不支持移动窗口),按下一页启动鼠标模式。

鼠标左键下一页,右键上一页,鼠标移开自动隐藏

https://github.com/cteams/Thief-Book/blob/master/images/mouse.gif
https://github.com/cteamx/Thief-Book/blob/master/images/mouse.gif

# 快捷键

Expand Down Expand Up @@ -203,4 +203,3 @@ or
加微信,备注拉人

![wechat](./images/wechat.jpg)

Binary file added images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mac.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mouse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/win.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function checkUpdate() {
}
dialog.showMessageBox(options, function (index) {
if (index == 0) {
shell.openExternal('https://github.com/cteams/Thief-Book/releases')
shell.openExternal('https://github.com/cteamx/Thief-Book/releases')
}
})
} else {
Expand Down Expand Up @@ -271,7 +271,7 @@ function createKey() {
}
dialog.showMessageBox(options, function (index) {
if (index == 0) {
shell.openExternal('https://github.com/cteams/Thief-Book/blob/master/README.md')
shell.openExternal('https://github.com/cteamx/Thief-Book/blob/master/README.md')
}
})

Expand All @@ -291,7 +291,7 @@ function createTray() {
{
label: '关于',
click() {
shell.openExternal('https://github.com/cteams/Thief-Book')
shell.openExternal('https://github.com/cteamx/Thief-Book')
}
},
{
Expand Down

0 comments on commit b17169a

Please sign in to comment.