11 Star 74 Fork 24

GoEasy / 微信小程序实现IM聊天即时通讯

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
project.config.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
xiao 提交于 2021-04-01 12:04 . :wrench:remove appId config
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"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": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.13.0",
"appid": "",
"projectname": "GoEasyDemo-wxapp-IM-Chat",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "pages/login/login",
"pathName": "pages/login/login",
"query": "",
"scene": null
},
{
"id": 1,
"name": "pages/privateChat/privateChat",
"pathName": "pages/privateChat/privateChat",
"query": "",
"scene": null
},
{
"id": 2,
"name": "pages/groupChat/groupChat",
"pathName": "pages/groupChat/groupChat",
"query": "",
"scene": null
}
]
}
}
}
JavaScript
1
https://gitee.com/goeasy-io/GoEasyDemo-wxapp-IM-Chat.git
git@gitee.com:goeasy-io/GoEasyDemo-wxapp-IM-Chat.git
goeasy-io
GoEasyDemo-wxapp-IM-Chat
微信小程序实现IM聊天即时通讯
2.1

搜索帮助