-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
4 changed files
with
71 additions
and
77 deletions.
There are no files selected for viewing
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,77 +1,55 @@ | ||
{ | ||
"description": "项目配置文件", | ||
"packOptions": { | ||
"ignore": [] | ||
}, | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"enhance": true, | ||
"postcss": true, | ||
"preloadBackgroundData": false, | ||
"minified": true, | ||
"newFeature": false, | ||
"coverView": true, | ||
"nodeModules": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"uglifyFileName": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"compileHotReLoad": false, | ||
"lazyloadPlaceholderEnable": false, | ||
"useMultiFrameRuntime": true, | ||
"useApiHook": true, | ||
"useApiHostProcess": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"enableEngineNative": false, | ||
"useIsolateContext": true, | ||
"userConfirmedBundleSwitch": false, | ||
"packNpmManually": false, | ||
"packNpmRelationList": [], | ||
"minifyWXSS": true, | ||
"disableUseStrict": false, | ||
"minifyWXML": true, | ||
"showES6CompileOption": false, | ||
"useCompilerPlugins": false | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.19.6", | ||
"appid": "wx5bbb7bc983c50b3d", | ||
"projectname": "Self%20Discipline%20Tree%20Hole", | ||
"debugOptions": { | ||
"hidedInDevtools": [] | ||
}, | ||
"scripts": {}, | ||
"staticServerOptions": { | ||
"baseURL": "", | ||
"servePath": "" | ||
}, | ||
"isGameTourist": false, | ||
"condition": { | ||
"search": { | ||
"list": [] | ||
}, | ||
"conversation": { | ||
"list": [] | ||
}, | ||
"game": { | ||
"list": [] | ||
}, | ||
"plugin": { | ||
"list": [] | ||
}, | ||
"gamePlugin": { | ||
"list": [] | ||
}, | ||
"miniprogram": { | ||
"list": [] | ||
} | ||
} | ||
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", | ||
"packOptions": { | ||
"ignore": [], | ||
"include": [] | ||
}, | ||
"setting": { | ||
"urlCheck": false, | ||
"es6": true, | ||
"enhance": true, | ||
"postcss": true, | ||
"preloadBackgroundData": false, | ||
"minified": true, | ||
"newFeature": false, | ||
"coverView": true, | ||
"nodeModules": true, | ||
"autoAudits": false, | ||
"showShadowRootInWxmlPanel": true, | ||
"scopeDataCheck": false, | ||
"uglifyFileName": false, | ||
"checkInvalidKey": true, | ||
"checkSiteMap": true, | ||
"uploadWithSourceMap": true, | ||
"compileHotReLoad": false, | ||
"lazyloadPlaceholderEnable": false, | ||
"useMultiFrameRuntime": true, | ||
"useApiHook": true, | ||
"useApiHostProcess": true, | ||
"babelSetting": { | ||
"ignore": [], | ||
"disablePlugins": [], | ||
"outputPath": "" | ||
}, | ||
"useIsolateContext": true, | ||
"userConfirmedBundleSwitch": false, | ||
"packNpmManually": false, | ||
"packNpmRelationList": [], | ||
"minifyWXSS": true, | ||
"disableUseStrict": false, | ||
"minifyWXML": true, | ||
"showES6CompileOption": false, | ||
"useCompilerPlugins": false, | ||
"ignoreUploadUnusedFiles": true, | ||
"useStaticServer": true | ||
}, | ||
"compileType": "miniprogram", | ||
"libVersion": "2.19.6", | ||
"appid": "wx5bbb7bc983c50b3d", | ||
"projectname": "self-discipline-tree-hole", | ||
"condition": {}, | ||
"editorSetting": { | ||
"tabIndent": "tab", | ||
"tabSize": 2 | ||
} | ||
} |
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