wx-chant/project.config.json
邹方成 1d4ab75441 fix(contact): 修复消息内容字段从message改为messages的兼容性问题
refactor(upload): 重构文件上传逻辑,改用OSS直传方案
refactor(vendor): 禁用开发模式下的日志WebSocket连接
style: 统一文件末尾换行符和代码格式
chore: 更新项目配置中的appid和编译设置
2025-11-06 16:24:44 +08:00

39 lines
852 B
JSON

{
"miniprogramRoot": "",
"__compileDebugInfo__": {
"useSummer": true
},
"appid": "wx75596d627154f6d0",
"libVersion": "3.10.3",
"setting": {
"es6": false,
"postcss": false,
"compileWorklet": false,
"minified": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"enhance": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {}
}