优化,减少可能到来的1.2.4的工作量
1.增加翻译 2.为darkmode添加过度动画 3.修改package.json
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "make weweChat great again!!!",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "yarn build && ./node_modules/.bin/electron ./dist/main.js",
|
||||
"js-lint": "node node_modules/.bin/eslint .",
|
||||
"css-lint": "stylelint --fix src/**/*.css",
|
||||
"lint": "yarn css-lint && yarn js-lint",
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
"linux": {
|
||||
"icon": "../resource",
|
||||
"category": "Chat",
|
||||
"category": "Network",
|
||||
"executableName": "wewechat",
|
||||
"target": [
|
||||
"deb",
|
||||
@@ -75,9 +75,8 @@
|
||||
},
|
||||
"publish": [
|
||||
{
|
||||
"provider": "github",
|
||||
"owner": "riceneeder",
|
||||
"repo": "weweChat"
|
||||
"provider": "generic",
|
||||
"url": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus/raw/master/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user