15 lines
517 B
HTML
15 lines
517 B
HTML
<!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>
|