update app-template

This commit is contained in:
2025-02-27 09:46:32 +08:00
parent 11ac3a22ab
commit 0297d69cdb
9 changed files with 564 additions and 247 deletions

View File

@@ -3,6 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Apps</title>
<link rel="stylesheet" href="./src/assets/index.css">
<style>
html,
body {
@@ -23,6 +24,7 @@
<body>
<div id="ai-root"></div>
<div id="ai-bot-root"></div>
</body>
<script src="./src/main.ts" type="module"></script>