iflow描述文件调优

This commit is contained in:
yuantao
2025-10-29 14:45:00 +08:00
parent 7030498a83
commit c247cbe1c7

View File

@@ -142,3 +142,7 @@ npm install
* 对于性能优化、代码重构(既不修复错误也不添加功能),使用 `优化` 前缀。
* 对于文档更新,使用 `文档` 前缀。
* 提交信息应使用中文。
## 其他
* 页面中的分享功能应该使用原生的微信分享功能,通过 `button``<u-button>` 组件的 `open-type="share"` 属性实现。