-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wangmingjia
committed
Nov 2, 2020
1 parent
2fbd48d
commit 437fa62
Showing
40 changed files
with
431 additions
and
318 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,72 @@ | ||
{ | ||
"description": "项目配置文件", | ||
"packOptions": { | ||
"ignore": [] | ||
}, | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"postcss": true, | ||
"minified": true, | ||
"newFeature": true, | ||
"coverView": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"useCompilerModule": false, | ||
"userConfirmedUseCompilerModuleSwitch": false | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.9.3", | ||
"appid": "wx8e321e3470ac5c0b", | ||
"projectname": "%E5%BC%80%E6%BA%90demo", | ||
"debugOptions": { | ||
"hidedInDevtools": [] | ||
}, | ||
"isGameTourist": false, | ||
"simulatorType": "wechat", | ||
"simulatorPluginLibVersion": {}, | ||
"condition": { | ||
"search": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"conversation": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"plugin": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"game": { | ||
"currentL": -1, | ||
"list": [] | ||
}, | ||
"gamePlugin": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"miniprogram": { | ||
"current": -1, | ||
"list": [ | ||
{ | ||
"id": -1, | ||
"name": "shareLevel", | ||
"pathName": "pages/index/index", | ||
"query": "share_level=2&share_id=id&share_path=path", | ||
"scene": null | ||
} | ||
] | ||
} | ||
} | ||
"description": "项目配置文件", | ||
"packOptions": { | ||
"ignore": [] | ||
}, | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"postcss": true, | ||
"minified": true, | ||
"newFeature": true, | ||
"coverView": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"useIsolateContext": true, | ||
"useCompilerModule": false, | ||
"userConfirmedUseCompilerModuleSwitch": false, | ||
"packNpmManually": false, | ||
"packNpmRelationList": [], | ||
"minifyWXSS": true, | ||
"useMultiFrameRuntime": false, | ||
"useApiHook": true | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.9.3", | ||
"appid": "wx8e321e3470ac5c0b", | ||
"projectname": "%E5%BC%80%E6%BA%90demo", | ||
"debugOptions": { | ||
"hidedInDevtools": [] | ||
}, | ||
"isGameTourist": false, | ||
"simulatorType": "wechat", | ||
"simulatorPluginLibVersion": {}, | ||
"condition": { | ||
"search": { | ||
"list": [] | ||
}, | ||
"conversation": { | ||
"list": [] | ||
}, | ||
"plugin": { | ||
"list": [] | ||
}, | ||
"game": { | ||
"currentL": -1, | ||
"list": [] | ||
}, | ||
"gamePlugin": { | ||
"list": [] | ||
}, | ||
"miniprogram": { | ||
"list": [ | ||
{ | ||
"id": -1, | ||
"name": "shareLevel", | ||
"pathName": "pages/index/index", | ||
"query": "share_level=2&share_id=id&share_path=path", | ||
"scene": null | ||
} | ||
] | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,65 @@ | ||
{ | ||
"description": "项目配置文件。", | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"enhance": true, | ||
"postcss": true, | ||
"preloadBackgroundData": false, | ||
"minified": true, | ||
"newFeature": true, | ||
"coverView": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"useCompilerModule": false, | ||
"userConfirmedUseCompilerModuleSwitch": false | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.2.5", | ||
"appid": "wx8e321e3470ac5c0b", | ||
"projectname": "%E5%BC%80%E6%BA%90demoPlugin", | ||
"isGameTourist": false, | ||
"simulatorType": "wechat", | ||
"simulatorPluginLibVersion": {}, | ||
"condition": { | ||
"search": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"conversation": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"plugin": { | ||
"current": -1, | ||
"list": [] | ||
}, | ||
"game": { | ||
"currentL": -1, | ||
"list": [] | ||
}, | ||
"miniprogram": { | ||
"current": 0, | ||
"list": [ | ||
{ | ||
"id": 0, | ||
"name": "UTM", | ||
"pathName": "pages/index/index", | ||
"query": "campaign_id=1233333331&utm_source=22&utm_medium=33&utm_term=44&utm_content=0&utm_campaign=false", | ||
"scene": null | ||
} | ||
] | ||
} | ||
} | ||
"description": "项目配置文件。", | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"enhance": true, | ||
"postcss": true, | ||
"preloadBackgroundData": false, | ||
"minified": true, | ||
"newFeature": true, | ||
"coverView": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"useIsolateContext": true, | ||
"useCompilerModule": false, | ||
"userConfirmedUseCompilerModuleSwitch": false, | ||
"packNpmManually": false, | ||
"packNpmRelationList": [], | ||
"minifyWXSS": true, | ||
"useMultiFrameRuntime": false, | ||
"useApiHook": true | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.2.5", | ||
"appid": "wx8e321e3470ac5c0b", | ||
"projectname": "%E5%BC%80%E6%BA%90demoPlugin", | ||
"isGameTourist": false, | ||
"simulatorType": "wechat", | ||
"simulatorPluginLibVersion": {}, | ||
"condition": { | ||
"search": { | ||
"list": [] | ||
}, | ||
"conversation": { | ||
"list": [] | ||
}, | ||
"plugin": { | ||
"list": [] | ||
}, | ||
"game": { | ||
"currentL": -1, | ||
"list": [] | ||
}, | ||
"miniprogram": { | ||
"list": [ | ||
{ | ||
"id": 0, | ||
"name": "UTM", | ||
"pathName": "pages/index/index", | ||
"query": "campaign_id=1233333331&utm_source=22&utm_medium=33&utm_term=44&utm_content=0&utm_campaign=false", | ||
"scene": null | ||
} | ||
] | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.