1 Star 3 Fork 2

lazycatcloud/vue-fabric-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
clh21 提交于 2023-06-14 16:43 +08:00 . build: for release
<!--
* @Author: 秦少卫
* @Date: 2023-03-07 00:00:38
* @LastEditors: 秦少卫
* @LastEditTime: 2023-04-03 20:50:47
* @Description: file content
-->
<!DOCTYPE html>
<html lang="en" style="overflow: hidden;">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=1000px,initial-scale=1.0" />
<link rel="icon" href="<%- BASE_URL %>favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%- APP_TITLE %></title>
<link rel="stylesheet" href="<%- APP_REPO %>font/<%- APP_FONT_CSS_FILE%>">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lazycatcloud/vue-fabric-editor.git
git@gitee.com:lazycatcloud/vue-fabric-editor.git
lazycatcloud
vue-fabric-editor
vue-fabric-editor
lzc

搜索帮助