wx-chant/project.private.config.json
邹方成 7209e5a815 refactor(消息列表): 重构消息处理逻辑,统一ID生成和排序
将消息处理逻辑提取为独立函数,统一处理ID生成和内容解析
添加消息排序功能,确保消息按ID正确排序
移除硬编码的ID生成方式,优先使用服务器返回的ID
2025-10-31 00:07:08 +08:00

43 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "%E8%88%9E%E8%B9%88",
"setting": {
"compileHotReLoad": true,
"urlCheck": false,
"coverView": false,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": false,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": true
},
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/index/detail",
"pathName": "pages/index/detail",
"query": "url=1",
"scene": null,
"launchMode": "default"
},
{
"name": "pages/index/detail",
"pathName": "pages/index/detail",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
},
"libVersion": "3.10.3"
}