删除无用文件夹

This commit is contained in:
qianlile
2021-08-30 09:56:13 +08:00
parent 33aecb6bda
commit e50ba21896
919 changed files with 35 additions and 24460 deletions

View File

@@ -1,6 +1,8 @@
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
@@ -8,7 +10,7 @@
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"newFeature": false,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
@@ -34,14 +36,22 @@
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [
0
],
"packNpmRelationList": [],
"minifyWXSS": true
},
"appid": "wxd6dd7c637c5ece22",
"projectname": "ctwing",
"libVersion": "2.19.1",
"compileType": "miniprogram",
"libVersion": "2.19.2",
"appid": "wxcc1c7df468dee42b",
"projectname": "miniprogram-4G",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"staticServerOptions": {
"baseURL": "",
"servePath": ""
},
"isGameTourist": false,
"condition": {
"search": {
"list": []
@@ -49,20 +59,17 @@
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"list": []
},
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide"
}
]
"list": []
}
}
}