feat: AI生成时智能滚动 - 用户可自由滚动查看,只在底部时自动滚动

This commit is contained in:
2026-04-26 22:48:57 +08:00
parent fb09560259
commit 9098e6b4f7
2 changed files with 37 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.7">
<link rel="stylesheet" href="style.css?v=2.8.0">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.7.7"></script>
<script src="app.js?v=2.7.7"></script>
<script src="marked.min.js?v=2.8.0"></script>
<script src="app.js?v=2.8.0"></script>
</body>
</html>