feat: 自动总结对话标题 - 第一次和每隔5次对话自动更新

This commit is contained in:
2026-04-26 16:59:42 +08:00
parent 44cca59ec6
commit 7977057be5
2 changed files with 55 additions and 3 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.2.3">
<link rel="stylesheet" href="style.css?v=2.3.0">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.2.3"></script>
<script src="app.js?v=2.2.3"></script>
<script src="marked.min.js?v=2.3.0"></script>
<script src="app.js?v=2.3.0"></script>
</body>
</html>