feat: add webshell

This commit is contained in:
2025-03-18 21:38:06 +08:00
parent aa1cee7c9f
commit 9970efccfd
19 changed files with 2976 additions and 39 deletions

View File

@@ -3,7 +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">
<link rel="stylesheet" href="./src/index.css">
<style>
html,
body {
@@ -22,10 +22,19 @@
</style>
<!-- <script src="/system/lib/app.js"></script> -->
<script src="https://kevisual.xiongxiao.me/system/lib/app.js"></script>
<style>
#terminal {
background-color: #000;
height: 100%;
}
</style>
</head>
<body>
<div id="ai-root"></div>
<div id="ai-root">
<div id="terminal" style="width: 100%; height: 100%;"></div>
</div>
<!-- <div id="ai-bot-root"></div> -->
</body>
<script src="./src/main.ts" type="module"></script>