feat: add webshell
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user