feat: v0.2.0 - 优化布局结构,确保AI输出不影响侧边栏可见性

This commit is contained in:
Your Name
2026-06-16 15:22:37 +08:00
parent 47540796f5
commit a141fe7409
21 changed files with 2028 additions and 133 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>智能SSH终端</title>
</head>
<body class="bg-gray-950 text-gray-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>