feat: 智能体历史改为显示每次对话记录而非合并统计

This commit is contained in:
2026-04-27 00:26:51 +08:00
parent 0303ccabc0
commit 213b11c707
3 changed files with 61 additions and 99 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.1.2">
<link rel="stylesheet" href="style.css?v=3.1.3">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=3.1.2"></script>
<script src="app.js?v=3.1.2"></script>
<script src="marked.min.js?v=3.1.3"></script>
<script src="app.js?v=3.1.3"></script>
</body>
</html>