diff --git a/README.md b/README.md
index 91d5482..ab60621 100644
--- a/README.md
+++ b/README.md
@@ -45,17 +45,14 @@ npm run build:win64
```
#### 公众号
-
+
#### 捐赠
-
-
+
+
#### [Download Released App](https://github.com/xuedingmiaojun/mp-unpack/releases)
#### License [GPL](LICENSE.md)
-#### 说明
-本软件使用GPL协议,基于wxappUnpacker进行开发,以插件形式集成并保持了工具独立性。
-发现有朋友将本软件上架到了闲鱼进行售卖,在此说明一下,本软件是开源免费的,不需要也没有提供任何购买的渠道。
-目前仅可以从github及开源中国获取,其它渠道作者无法保证该软件是否感染计算机病毒、是否隐藏有伪装的特洛伊木马程序或者黑客软件,不承担由此引起的直接和间接损害责任。
\ No newline at end of file
+
\ No newline at end of file
diff --git a/package.json b/package.json
index c18c66e..63eab2d 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "mp-unpack",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "xg <490599161@qq.com>",
"description": "minipro unpack tool build from electron-vue project",
- "license": null,
+ "license": "gpl",
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
diff --git a/tool/wuWxss.js b/tool/wuWxss.js
index dc028d1..97e4152 100644
--- a/tool/wuWxss.js
+++ b/tool/wuWxss.js
@@ -71,6 +71,10 @@ function doWxss(dir, cb, mainDir, nowDir) {
if (content != '1') {
fileStyle += content
}
+ } else {
+ if (content.length != 1) {
+ fileStyle += content[1] + 'rpx'
+ }
}
}
}