From 0c8dcc3a74f2f12506d745c16b1102fdc7dfe280 Mon Sep 17 00:00:00 2001 From: trazyn Date: Thu, 24 Aug 2017 23:37:50 +0800 Subject: [PATCH] update readme.md --- README.MD | 9 +++++++-- src/js/pages/Footer/style.css | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 31eb69b..43bca89 100644 --- a/README.MD +++ b/README.MD @@ -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) @@ -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 diff --git a/src/js/pages/Footer/style.css b/src/js/pages/Footer/style.css index 2c1fe2e..99630fe 100644 --- a/src/js/pages/Footer/style.css +++ b/src/js/pages/Footer/style.css @@ -6,6 +6,7 @@ } .footer { + position: relative; background: #fff; box-shadow: inset 0 1px 0 0 var(--shadow-color); z-index: 9;