Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
a1bad2f53c
2 changed files with 962 additions and 3 deletions
  1. 961
      components/icon/index.wxss
  2. 4
      project.config.json

961
components/icon/index.wxss
File diff suppressed because it is too large
View File

4
project.config.json

@ -23,6 +23,7 @@
"compileHotReLoad": false, "compileHotReLoad": false,
"useMultiFrameRuntime": true, "useMultiFrameRuntime": true,
"useApiHook": true, "useApiHook": true,
"useApiHostProcess": false,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
@ -36,8 +37,7 @@
"userConfirmedBundleSwitch": false, "userConfirmedBundleSwitch": false,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [], "packNpmRelationList": [],
"minifyWXSS": true,
"useApiHostProcess": false
"minifyWXSS": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.14.0", "libVersion": "2.14.0",

Loading…
Cancel
Save