From c247cbe1c7a2ab8e7464801882b1546b5b6002ac Mon Sep 17 00:00:00 2001 From: yuantao Date: Wed, 29 Oct 2025 14:45:00 +0800 Subject: [PATCH] =?UTF-8?q?iflow=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IFLOW.md b/IFLOW.md index 5f5c521..7c872ee 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -141,4 +141,8 @@ npm install * 对于错误修复,使用 `修复` 前缀。 * 对于性能优化、代码重构(既不修复错误也不添加功能),使用 `优化` 前缀。 * 对于文档更新,使用 `文档` 前缀。 -* 提交信息应使用中文。 \ No newline at end of file +* 提交信息应使用中文。 + +## 其他 + +* 页面中的分享功能应该使用原生的微信分享功能,通过 `button` 或 `` 组件的 `open-type="share"` 属性实现。 \ No newline at end of file