审查视图

project.config.json 662 字节
吴孟雨 authored
1 2 3 4 5 6
{
	"description": "项目配置文件",
	"packOptions": {
		"ignore": []
	},
	"setting": {
吴孟雨 authored
7
		"urlCheck": false,
吴孟雨 authored
8 9 10 11 12 13 14 15
		"es6": true,
		"postcss": true,
		"minified": true,
		"newFeature": true,
		"autoAudits": false
	},
	"compileType": "miniprogram",
	"libVersion": "2.4.2",
吴孟雨 authored
16
	"appid": "wxd2b1f6c8f2b85caf",
吴孟雨 authored
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
	"projectname": "%E7%81%AB%E6%9F%B4%E8%A5%BF%E8%B7%AF",
	"debugOptions": {
		"hidedInDevtools": []
	},
	"isGameTourist": false,
	"condition": {
		"search": {
			"current": -1,
			"list": []
		},
		"conversation": {
			"current": -1,
			"list": []
		},
		"game": {
			"currentL": -1,
			"list": []
		},
		"miniprogram": {
			"current": -1,
			"list": []
		}
	}
}