123456789101112131415161718192021222324252627282930313233 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.9.2",
- "appid": "wxc566017770d22c31",
- "projectname": "myUinapp",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|