iflow描述文件调优

This commit is contained in:
yuantao
2025-10-29 14:45:02 +08:00
parent bf579e2667
commit 1139b2b78a

View File

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