Spaces:
Sleeping
Sleeping
File size: 1,528 Bytes
b3b0b53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
{
"miniprogramRoot": "./",
"projectname": "wechat-miniprogram-translator",
"description": "实时翻译工具微信小程序版",
"appid": "wx4bf4c3f1ca6b34b0",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkSiteMap": true,
"enableEngineNative": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"sitemap": {
"list": []
},
"enableTools": true
},
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "3.8.10",
"srcMiniprogramRoot": "",
"editorSetting": {
"tabIndent": "tab",
"tabSize": 4
},
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
}
} |