From 484177ca92a809ab311a2331b1e78499b40c495d Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 31 Oct 2025 16:30:38 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IFLOW.md b/IFLOW.md index b7f6232..9fc38a8 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -26,6 +26,7 @@ │ └── utils/ # 工具函数 │ └── tool.ts # 常用工具函数 ├── components/ # 公共组件 +├── wxcomponents/ # 微信原生组件 ├── lib/ # 第三方库 │ └── luch-request/ # luch-request 网络请求库 ├── pages/ # 主包页面 @@ -125,6 +126,7 @@ npm install * `uView-Plus` 组件已通过 `easycom` 自动导入,可以直接使用,如:``、``。 * 全局组件放在 `components/` 目录下。 * 页面独立组件放在页面根目录下的 `components/`。 +* 微信的原生组件放在页面根目录下的 `wxcomponents/`。 * 组件编写应遵循项目中已有的风格。 ## 页面