Skip to content

Commit

Permalink
fix css value missing
Browse files Browse the repository at this point in the history
  • Loading branch information
xdmjun committed Sep 9, 2020
1 parent 1b884c6 commit 1170305
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,14 @@ npm run build:win64
```

#### 公众号
<img src="gzh.jpg" alt="公众号" height="110" />
<img src="gzh.jpg" alt="公众号" height="130" />

#### 捐赠
<img src="wxpay.png" alt="wxpay" height="170" />
<img src="alipay.png" alt="alipay" height="170" />
<img src="wxpay.png" alt="wxpay" height="190" />
<img src="alipay.png" alt="alipay" height="190" />

#### [Download Released App](https://github.com/xuedingmiaojun/mp-unpack/releases)

#### License [GPL](LICENSE.md)

#### 说明
本软件使用GPL协议,基于wxappUnpacker进行开发,以插件形式集成并保持了工具独立性。
发现有朋友将本软件上架到了闲鱼进行售卖,在此说明一下,本软件是开源免费的,不需要也没有提供任何购买的渠道。
目前仅可以从github及开源中国获取,其它渠道作者无法保证该软件是否感染计算机病毒、是否隐藏有伪装的特洛伊木马程序或者黑客软件,不承担由此引起的直接和间接损害责任。

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions tool/wuWxss.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ function doWxss(dir, cb, mainDir, nowDir) {
if (content != '1') {
fileStyle += content
}
} else {
if (content.length != 1) {
fileStyle += content[1] + 'rpx'
}
}
}
}
Expand Down

0 comments on commit 1170305

Please sign in to comment.