Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea committed Feb 21, 2019
1 parent 3beb93e commit a872519
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@
>59、自由选择在桌面通知上显示的内容
--- v2.3.1 ---

>60、跟随官方更改消息对象结构
>61、electron 4.0.5
<br>
<br>
<br>
Expand Down Expand Up @@ -226,7 +232,7 @@
或者参考[issues19](https://github.com/kooritea/electronic-wechat/issues/19)


以下是原文
# 以下是原仓库的Readme



Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electronic-wechat",
"version": "2.3.0",
"version": "2.3.1",
"description": "An Electron application for WeChat",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"electron": "3.0.8",
"electron": "4.0.5",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

ignore_list="dist|scripts|\.idea|.*\.md|.*\.yml|node_modules/nodejieba|install"

electron-packager . "${APP_NAME}" --platform=$PLATFORM --arch=$ARCH --electronVersion=3.0.8 --app-version=2.3.0 --asar --icon=assets/icon.icns --overwrite --out=./dist --ignore=${ignore_list}
electron-packager . "${APP_NAME}" --platform=$PLATFORM --arch=$ARCH --electronVersion=4.0.5 --app-version=2.3.1 --asar --icon=assets/icon.icns --overwrite --out=./dist --ignore=${ignore_list}

if [ $? -eq 0 ]; then
echo -e "$(tput setaf 2)Packaging for $PLATFORM $ARCH succeeded.$(tput sgr0)\n"
Expand Down
4 changes: 2 additions & 2 deletions src/windows/views/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="top-bar-middle">
<ul class="title-list">
<li>
<h1>Electronic Wechat V2.3.0</h1></li>
<h1>Electronic Wechat V2.3.1</h1></li>
<li>
<h1 style="font-size:95%;">Powered by Electron V<span id="top-title-electron-ver">process.versions.electron</span></h1></li>
</ul>
Expand Down Expand Up @@ -518,7 +518,7 @@ <h4 id="app-history-desc">保存聊天记录(重启微信生效)</h4>
}

function feedback() {
shell.openExternal(Common.GITHUB_ISSUES);
shell.openExternal(Common.FORKER_GITHUB_ISSUES);
}

function upgrade() {
Expand Down

0 comments on commit a872519

Please sign in to comment.