引入css

This commit is contained in:
你的用户名
2026-01-29 17:03:25 +08:00
parent 0b8dcd36fa
commit 45d3035d8a
21 changed files with 955 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iFlow Engine Demo</title>
<!-- 从本地 lib 目录加载 SDK 文件 -->
<script src="./lib/iflow-engine.umd.js"></script>
<script src="../dist/iflow-engine.umd.js"></script>
<style>
* {
box-sizing: border-box;

View File

@@ -875,6 +875,7 @@
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},