You've already forked template-MP-ts
iflow描述文件调优
This commit is contained in:
2
IFLOW.md
2
IFLOW.md
@@ -100,7 +100,7 @@ npm install
|
||||
## 静态资源
|
||||
|
||||
* 静态资源变量 `ASSETSURL` 已进行全局暴露,可以在 `<template></template>` 中直接使用。
|
||||
* 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,如:`${ASSETSURL}simple.png`。
|
||||
* 所有静态资源URL应该使用 `ASSETSURL` 进行拼接,使用方式为:`${ASSETSURL}simple.png`、`background-image: url($ASSETSURL + 'b23bbf0c4c8e59f88f8fd883cb5d6b27.png')`。
|
||||
|
||||
## 工具函数 (tool.ts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user