fix: 思考内容正确显示 - 判断thinking字段存在而非值

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