iflow描述文件调优

This commit is contained in:
yuantao
2025-10-29 10:02:58 +08:00
parent bf18ed7ae9
commit 4894cfa90b

View File

@@ -100,7 +100,7 @@ npm install
## 静态资源 ## 静态资源
* 静态资源变量 `ASSETSURL` 已进行全局暴露,可以在 `<template></template>` 中直接使用。 * 静态资源变量 `ASSETSURL` 已进行全局暴露,可以在 `<template></template>` 中直接使用。
* 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,`${ASSETSURL}simple.png` * 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,使用方式为`${ASSETSURL}simple.png``background-image: url($ASSETSURL + 'b23bbf0c4c8e59f88f8fd883cb5d6b27.png')`
## 工具函数 (tool.ts) ## 工具函数 (tool.ts)