python学习

This commit is contained in:
2020-11-20 14:06:42 +08:00
parent 51fd976127
commit ea0e57b9f2
7 changed files with 548 additions and 458 deletions

View File

@@ -1,106 +1,117 @@
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": false,
"minified": true,
"newFeature": true,
"nodeModules": false,
"autoAudits": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.9.4",
"appid": "wx872cc8cc1327641a",
"projectname": "%E5%90%8D%E7%89%87%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"scripts": {},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 7,
"list": [
{
"id": -1,
"name": "home",
"pathName": "pages/index/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "商品详情页面",
"pathName": "pages/goods-details/index",
"query": "id=134&inviter_id=456",
"scene": 1011
},
{
"id": -1,
"name": "商品详情页面",
"pathName": "pages/goods-details/index",
"query": "id= 6761",
"scene": null
},
{
"id": -1,
"name": "砍价详情页面",
"pathName": "pages/goods-details/index",
"query": "id=6765",
"scene": null
},
{
"id": -1,
"name": "砍价详情页面",
"pathName": "pages/goods-details/index",
"query": "id=6765&kjJoinUid=701677",
"scene": null
},
{
"id": -1,
"name": "拼团",
"pathName": "pages/goods-details/index",
"query": "id=6761",
"scene": null
},
{
"id": -1,
"name": "生成海报",
"pathName": "pages/goods-details/poster",
"query": "goodsid=6761",
"scene": null
},
{
"id": -1,
"name": "分销中心",
"pathName": "pages/fx/apply-status",
"scene": null
}
]
}
}
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": false,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.9.4",
"appid": "wxaae03bb4c7273f06",
"projectname": "%E5%90%8D%E7%89%87%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"scripts": {},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "home",
"pathName": "pages/index/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "商品详情页面",
"pathName": "pages/goods-details/index",
"query": "id=134&inviter_id=456",
"scene": 1011
},
{
"id": -1,
"name": "商品详情页面",
"pathName": "pages/goods-details/index",
"query": "id= 6761",
"scene": null
},
{
"id": -1,
"name": "砍价详情页面",
"pathName": "pages/goods-details/index",
"query": "id=6765",
"scene": null
},
{
"id": -1,
"name": "砍价详情页面",
"pathName": "pages/goods-details/index",
"query": "id=6765&kjJoinUid=701677",
"scene": null
},
{
"id": -1,
"name": "拼团",
"pathName": "pages/goods-details/index",
"query": "id=6761",
"scene": null
},
{
"id": -1,
"name": "生成海报",
"pathName": "pages/goods-details/poster",
"query": "goodsid=6761",
"scene": null
},
{
"id": -1,
"name": "分销中心",
"pathName": "pages/fx/apply-status",
"scene": null
}
]
}
}
}