From 5e4f5e8a6e357cd5e51ff6a151a147c5b4452078 Mon Sep 17 00:00:00 2001 From: yuantao Date: Tue, 28 Oct 2025 13:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9iflow=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IFLOW.md b/IFLOW.md index bb383d7..e8da94d 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -127,7 +127,7 @@ npm install ## 页面 * 页面配置在 `pages.json` 中管理。 -* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下。 +* 主包页面放在 `pages/` 目录下,分包页面放在 `subPages/` 目录下,主包下的页面数量不能超过 `3` 个,超出的其他页面应该放置在分包目录下。 * 页面使用 Composition API (setup语法糖) 编写。 * 注释、结构规范应遵循项目中已有的风格。