-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Howard Ju
committed
May 31, 2018
1 parent
8bb14f8
commit 4b30bc0
Showing
2 changed files
with
44 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# electron-wechat | ||
致力于打造macOS和Linux桌面下最好用的微信(wechat)客户端 | ||
致力于打造macOS和Linux桌面下最好用的微信(wechat)客户端。 | ||
使用[Electron](https://electron.atom.io)构建。 | ||
|
||
*请注意:这个项目不是虾米音乐的官方客户端。如果有任何问题请反馈到[这个链接](https://github.com/eNkru/electron-wechat/issues)。* | ||
|
||
## 功能 | ||
* 微信聊天桌面版 | ||
* 最小化联系人列表 | ||
* 最小化到托盘 | ||
* 系统提示 | ||
* 持续增加中... | ||
|
||
## 开发需求 | ||
* [GIT](https://git-scm.com/) | ||
* [NPM](https://www.npmjs.com/) | ||
|
||
## 编译和安装 | ||
本地编译运行 | ||
``` | ||
git clone https://github.com/eNkru/electron-wechat.git | ||
cd electron-wechat | ||
npm install | ||
npm start | ||
``` | ||
编译打包版本 | ||
``` | ||
npm run dist:linux | ||
``` | ||
|
||
## 发布 | ||
``` | ||
npm version (new release version) | ||
git push origin master | ||
git push origin --tags | ||
npm publish | ||
``` | ||
|
||
## 下载 | ||
预打包版本请点击[这个链接](https://github.com/eNkru/electron-wechat/releases)下载。 | ||
|
||
## 授权协议 | ||
[MIT](https://github.com/eNkru/electron-xiami/blob/master/LICENSE) by Howard J |
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