fix: 思考内容先流式展开显示,思考完成后立即折叠再显示正式回复

This commit is contained in:
2026-04-26 21:27:44 +08:00
parent 99000f6f04
commit ac5335ac4f
2 changed files with 14 additions and 5 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.7.1">
<link rel="stylesheet" href="style.css?v=2.7.2">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.7.1"></script>
<script src="app.js?v=2.7.1"></script>
<script src="marked.min.js?v=2.7.2"></script>
<script src="app.js?v=2.7.2"></script>
</body>
</html>