Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Aug 24, 2017
1 parent e767b3d commit 0c8dcc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ API from [https://web.wechat.com/](https://web.wechat.com/)
- On macOS, window vibrancy effect
- Desktop notifications

## Downloads
- [Mac](https://github.com/trazyn/weweChat/releases/download/1.0.0/wewechat-1.0.0-mac.dmg)
- Windows(已添加打包脚本,由于网络不好导致打包失败,请自行打包)
- Linux(自行动手吧 😂)

## Screenshot
![preview](https://raw.githubusercontent.com/trazyn/weweChat/master/screenshots/0.png)
![preview](https://raw.githubusercontent.com/trazyn/weweChat/master/screenshots/1.png)
Expand All @@ -38,8 +43,8 @@ $ npm run package-mac
After that, you will see the binary in `./release` folder

### TODO
- [ ] Windows support
- [ ] Linux support
- [x] Windows support
- [x] Linux support
- [x] Sticky on top
- [x] Delete chat session
- [x] Mark as Read
Expand Down
1 change: 1 addition & 0 deletions src/js/pages/Footer/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.footer {
position: relative;
background: #fff;
box-shadow: inset 0 1px 0 0 var(--shadow-color);
z-index: 9;
Expand Down

0 comments on commit 0c8dcc3

Please sign in to comment.