formcreate-source/index.html
zzs 39252d9e4d 🎉
2025-02-21 10:15:37 +08:00

25 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<title>Ant Design Vue 版本低代码设计器FcDesigner Pro在线演示 | FormCreate</title>
<link rel="icon" href="/logo.png">
<meta name="keywords" content="vue,FormCreate,form-create-designer,fc-designer,开源,移动端,低代码,低代码表单,表单设计器,ant-design-vue">
<meta name="description" content="FcDesigner Pro是一款基于Vue3.0的低代码可视化表单设计器工具通过数据驱动表单渲染。可以通过拖拽的方式快速创建表单提高开发者对表单的开发效率节省开发者的时间。目前在OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。">
</head>
<body>
<div id="app">
</div>
<script type="module" src="./examples/main.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?931b182e4333e09676463bcc8248f71e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>