Compare commits
No commits in common. 'master' and 'zys' have entirely different histories.
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 750 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 392 KiB |
After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 341 KiB |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 444 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 883 B |
After Width: | Height: | Size: 649 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 918 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 6.7 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 206 KiB |
@ -1,5 +1,4 @@ |
|||||||
{ |
{ |
||||||
"usingComponents": {}, |
"usingComponents": {}, |
||||||
"navigationBarTitleText": "我的团队", |
"navigationBarTitleText": "我的团队" |
||||||
"enablePullDownRefresh": true |
|
||||||
} |
} |
@ -1,82 +1,74 @@ |
|||||||
{ |
{ |
||||||
"description": "项目配置文件", |
"description": "项目配置文件", |
||||||
"packOptions": { |
"packOptions": { |
||||||
"ignore": [ |
"ignore": [ |
||||||
{ |
{ |
||||||
"type": "file", |
"type": "file", |
||||||
"value": ".eslintrc.js" |
"value": ".eslintrc.js" |
||||||
} |
} |
||||||
] |
] |
||||||
}, |
|
||||||
"setting": { |
|
||||||
"urlCheck": false, |
|
||||||
"es6": true, |
|
||||||
"enhance": true, |
|
||||||
"postcss": true, |
|
||||||
"preloadBackgroundData": false, |
|
||||||
"minified": true, |
|
||||||
"newFeature": false, |
|
||||||
"coverView": true, |
|
||||||
"nodeModules": false, |
|
||||||
"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, |
"setting": { |
||||||
"useIsolateContext": true, |
"bundle": false, |
||||||
"userConfirmedBundleSwitch": false, |
"userConfirmedBundleSwitch": false, |
||||||
"packNpmManually": false, |
"urlCheck": true, |
||||||
"packNpmRelationList": [], |
"scopeDataCheck": false, |
||||||
"minifyWXSS": true, |
"coverView": true, |
||||||
"disableUseStrict": false, |
"es6": true, |
||||||
"minifyWXML": true, |
"postcss": true, |
||||||
"showES6CompileOption": false, |
"compileHotReLoad": false, |
||||||
"useCompilerPlugins": false |
"lazyloadPlaceholderEnable": false, |
||||||
}, |
"preloadBackgroundData": false, |
||||||
"compileType": "miniprogram", |
"minified": true, |
||||||
"libVersion": "2.19.4", |
"autoAudits": false, |
||||||
"appid": "wx5bd2ad30d3bb47c5", |
"newFeature": false, |
||||||
"projectname": "%E7%A6%85%E6%98%93%E8%AF%BE%E5%A0%82", |
"uglifyFileName": false, |
||||||
"debugOptions": { |
"uploadWithSourceMap": true, |
||||||
"hidedInDevtools": [] |
"useIsolateContext": true, |
||||||
}, |
"nodeModules": false, |
||||||
"scripts": {}, |
"enhance": true, |
||||||
"staticServerOptions": { |
"useMultiFrameRuntime": true, |
||||||
"baseURL": "", |
"useApiHook": true, |
||||||
"servePath": "" |
"useApiHostProcess": true, |
||||||
}, |
"showShadowRootInWxmlPanel": true, |
||||||
"isGameTourist": false, |
"packNpmManually": false, |
||||||
"condition": { |
"enableEngineNative": false, |
||||||
"search": { |
"packNpmRelationList": [], |
||||||
"list": [] |
"minifyWXSS": true, |
||||||
|
"showES6CompileOption": false, |
||||||
|
"minifyWXML": true |
||||||
}, |
}, |
||||||
"conversation": { |
"compileType": "miniprogram", |
||||||
"list": [] |
"libVersion": "2.19.4", |
||||||
|
"appid": "wx5bd2ad30d3bb47c5", |
||||||
|
"projectname": "%E7%A6%85%E6%98%93%E8%AF%BE%E5%A0%82", |
||||||
|
"debugOptions": { |
||||||
|
"hidedInDevtools": [] |
||||||
}, |
}, |
||||||
"game": { |
"scripts": {}, |
||||||
"list": [] |
"staticServerOptions": { |
||||||
|
"baseURL": "", |
||||||
|
"servePath": "" |
||||||
}, |
}, |
||||||
"plugin": { |
"isGameTourist": false, |
||||||
"list": [] |
"condition": { |
||||||
}, |
"search": { |
||||||
"gamePlugin": { |
"list": [] |
||||||
"list": [] |
}, |
||||||
}, |
"conversation": { |
||||||
"miniprogram": { |
"list": [] |
||||||
"list": [] |
}, |
||||||
|
"game": { |
||||||
|
"list": [] |
||||||
|
}, |
||||||
|
"plugin": { |
||||||
|
"list": [] |
||||||
|
}, |
||||||
|
"gamePlugin": { |
||||||
|
"list": [] |
||||||
|
}, |
||||||
|
"miniprogram": { |
||||||
|
"list": [] |
||||||
|
} |
||||||
} |
} |
||||||
} |
|
||||||
} |
} |
@ -1,30 +1,23 @@ |
|||||||
{ |
{ |
||||||
"setting": {}, |
"condition": { |
||||||
"condition": { |
"plugin": { |
||||||
"plugin": { |
"list": [] |
||||||
"list": [] |
|
||||||
}, |
|
||||||
"game": { |
|
||||||
"list": [] |
|
||||||
}, |
|
||||||
"gamePlugin": { |
|
||||||
"list": [] |
|
||||||
}, |
|
||||||
"miniprogram": { |
|
||||||
"list": [ |
|
||||||
{ |
|
||||||
"name": "pages/courseDetail/index", |
|
||||||
"pathName": "pages/courseDetail/index", |
|
||||||
"query": "", |
|
||||||
"scene": null |
|
||||||
}, |
}, |
||||||
{ |
"game": { |
||||||
"name": "pages/user/bindCard/index", |
"list": [] |
||||||
"pathName": "pages/user/bindCard/index", |
}, |
||||||
"query": "", |
"gamePlugin": { |
||||||
"scene": null |
"list": [] |
||||||
|
}, |
||||||
|
"miniprogram": { |
||||||
|
"list": [ |
||||||
|
{ |
||||||
|
"name": "pages/courseDetail/index", |
||||||
|
"pathName": "pages/courseDetail/index", |
||||||
|
"query": "", |
||||||
|
"scene": null |
||||||
|
} |
||||||
|
] |
||||||
} |
} |
||||||
] |
|
||||||
} |
} |
||||||
} |
|
||||||
} |
} |