feat: 首页重构 - 底部导航栏(对话/智能体/我的)+ 智能体分类列表 + 智能体对话界面

This commit is contained in:
2026-04-26 22:59:25 +08:00
parent 9098e6b4f7
commit 05ead34c64
3 changed files with 888 additions and 6 deletions

View File

@@ -8,12 +8,12 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>AI助手</title>
<link rel="stylesheet" href="style.css?v=2.8.0">
<link rel="stylesheet" href="style.css?v=3.0.0">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.8.0"></script>
<script src="app.js?v=2.8.0"></script>
<script src="marked.min.js?v=3.0.0"></script>
<script src="app.js?v=3.0.0"></script>
</body>
</html>