Files
qiming/qiming-vite-plugin-design-mode/examples/advanced/index.html
2026-06-01 13:43:09 +08:00

15 lines
517 B
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-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Advanced AppDev Design Mode Example</title>
<meta name="description" content="高级AppDev设计模式插件示例展示复杂的使用场景" />
</head>
<body>
<div id="root" data-app-root="main"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>