feat: 搜索按钮移到顶部header,和新建按钮并列

This commit is contained in:
2026-04-26 17:50:04 +08:00
parent 6349cc70ae
commit d550461e0b
3 changed files with 27 additions and 23 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.5.0">
<link rel="stylesheet" href="style.css?v=2.5.2">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.5.0"></script>
<script src="app.js?v=2.5.0"></script>
<script src="marked.min.js?v=2.5.2"></script>
<script src="app.js?v=2.5.2"></script>
</body>
</html>