@vft/business 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ <template>
2
+ <div> business </div>
3
+ </template>
@@ -12,6 +12,7 @@ const list = [
12
12
  ['PDF转换器2', 'https://www.alltoall.net/'],
13
13
  ['图片修复', 'https://zh.pixfix.com/'],
14
14
  ['PDF合成', 'https://www.zhihuilib.com/pdf/image-merge-pdf'],
15
+ ['PDF解密', 'https://smallpdf.com/cn/unlock-pdf'],
15
16
  ['favicon图标在线生成', 'http://favicon.madjs.com/'],
16
17
  ['JS加密混淆', 'https://tool.chinaz.com/Tools/CssFormat.aspx'],
17
18
  ['图片压缩改大小', 'https://www.yasuotu.com/gif/'],
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@vft/business",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "peerDependencies": {
5
- "lodash": "*",
6
- "jsencrypt": "*",
5
+ "lodash": "latest",
6
+ "jsencrypt": "latest",
7
7
  "@vft/utils": "0.0.55"
8
8
  },
9
9
  "scripts": {
@@ -0,0 +1,3 @@
1
+ body {
2
+ font-size: 150px;
3
+ }
@@ -0,0 +1,3 @@
1
+ body {
2
+ color: blue;
3
+ }