From 4894cfa90b8b0cc515c0dff492cfc477b68f8ffa Mon Sep 17 00:00:00 2001 From: yuantao Date: Wed, 29 Oct 2025 10:02:58 +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, 1 insertion(+), 1 deletion(-) diff --git a/IFLOW.md b/IFLOW.md index a6bd199..aa32971 100644 --- a/IFLOW.md +++ b/IFLOW.md @@ -100,7 +100,7 @@ npm install ## 静态资源 * 静态资源变量 `ASSETSURL` 已进行全局暴露,可以在 `` 中直接使用。 -* 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,如:`${ASSETSURL}simple.png`。 +* 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,使用方式为:`${ASSETSURL}simple.png`、`background-image: url($ASSETSURL + 'b23bbf0c4c8e59f88f8fd883cb5d6b27.png')`。 ## 工具函数 (tool.ts)