v1.2.3 增添darkmode,调整优化界面、颜色,以适应darkmode

Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
This commit is contained in:
Riceneeder
2022-09-03 10:07:48 +08:00
parent 96d67f0b6a
commit f07197c39f
12 changed files with 40 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wewechat",
"version": "1.2.1",
"version": "1.2.3",
"description": "make weweChat great again!!!",
"main": "main.js",
"scripts": {
@@ -23,7 +23,7 @@
"author": {
"email": "845541909@qq.com"
},
"homepage": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus/README.md",
"homepage": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus/README.md",
"repository": {
"type": "git",
"url": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus"
@@ -57,7 +57,7 @@
"category": "Chat",
"executableName": "wewechat",
"target": [
"deb",
"deb",
"AppImage"
]
},
@@ -86,6 +86,7 @@
"axios": "^0.18.0",
"browser-md5-file": "^1.0.0",
"classname": "^0.0.0",
"darkmode-js": "^1.5.7",
"delegate": "^3.1.3",
"electron-context-menu": "^0.10.0",
"electron-json-storage": "^4.0.2",