feat: 新建对话按钮样式美化

This commit is contained in:
2026-04-26 10:49:50 +08:00
parent cafe530a72
commit 41f06148b4
2 changed files with 34 additions and 11 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">
<link rel="stylesheet" href="style.css?v=2.0.4">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.0.3"></script>
<script src="app.js?v=2.0.3"></script>
<script src="marked.min.js?v=2.0.4"></script>
<script src="app.js?v=2.0.4"></script>
</body>
</html>