From 9805d9f186e6878394bf9a2db342b283dc79f99d Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 26 Sep 2025 16:21:43 +0800 Subject: [PATCH] =?UTF-8?q?IFLOW=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IFLOW.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IFLOW.md b/IFLOW.md index 38ac2c0..45b34ac 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -62,6 +62,10 @@ npm install * 全局样式文件位于 `common/styles/` 目录下,包括 `common.css` 和 `normal.scss`。 * 样式规范应遵循项目中已有的风格。 +## 静态资源 + +* 所有静态资源需要使用环境变量 `VITE_ASSETSURL`。 + ## 工具函数 (tool.js) `common/utils/tool.js` 文件提供了一系列常用的工具函数: @@ -80,6 +84,7 @@ npm install ## 组件 * 项目集成了 `uView-Plus` 和 `z-paging` 两个组件库。 +* `uView-Plus` 组件的使用方式是 `u-icon`、`u-input`、`u-textarea`。 * 自定义组件应放在 `components/` 目录下。 ## 页面