fix: 恢复对话页面头部样式 - 紫色渐变背景 + 搜索按钮 + 新建对话按钮

This commit is contained in:
2026-04-26 23:06:42 +08:00
parent 05ead34c64
commit 484bdf07fe
3 changed files with 134 additions and 26 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=3.0.0">
<link rel="stylesheet" href="style.css?v=3.0.1">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=3.0.0"></script>
<script src="app.js?v=3.0.0"></script>
<script src="marked.min.js?v=3.0.1"></script>
<script src="app.js?v=3.0.1"></script>
</body>
</html>