feat: 添加深度思考和联网搜索按钮,支持思考内容流式输出和折叠显示

This commit is contained in:
2026-04-26 11:27:25 +08:00
parent b97abb0fc6
commit 2285755b34
3 changed files with 213 additions and 9 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.1.2">
<link rel="stylesheet" href="style.css?v=2.2.0">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.1.2"></script>
<script src="app.js?v=2.1.2"></script>
<script src="marked.min.js?v=2.2.0"></script>
<script src="app.js?v=2.2.0"></script>
</body>
</html>