Browse Source

'正式版'

hfll
hflllll 4 weeks ago
parent
commit
a646d2bbad
2 changed files with 16 additions and 19 deletions
  1. +1
    -0
      .gitignore
  2. +15
    -19
      unpackage/dist/dev/mp-weixin/project.config.json

+ 1
- 0
.gitignore View File

@ -0,0 +1 @@
unpackage/

+ 15
- 19
unpackage/dist/dev/mp-weixin/project.config.json View File

@ -1,7 +1,8 @@
{ {
"description": "项目配置文件。", "description": "项目配置文件。",
"packOptions": { "packOptions": {
"ignore": []
"ignore": [],
"include": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
@ -9,25 +10,20 @@
"postcss": false, "postcss": false,
"minified": false, "minified": false,
"newFeature": true, "newFeature": true,
"bigPackageSizeSupport": true
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "",
"libVersion": "3.9.0",
"appid": "wxb6f11363a55f9535", "appid": "wxb6f11363a55f9535",
"projectname": "木邻有你", "projectname": "木邻有你",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}

Loading…
Cancel
Save