Fix session wait state refresh

This commit is contained in:
shiyue
2026-06-22 23:34:23 +08:00
parent 844281ab4c
commit 01c7fdd27a
2 changed files with 25 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
document.documentElement.dataset.dividerTime = dividerTime;
})();
</script>
<link rel="stylesheet" href="style.css?v=20260622-queued-send">
<link rel="stylesheet" href="style.css?v=20260622-streaming-restore">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
</head>
<body>
@@ -163,6 +163,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/12.0.1/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.9.1/mermaid.min.js"></script>
<script src="app.js?v=20260622-queued-send"></script>
<script src="app.js?v=20260622-streaming-restore"></script>
</body>
</html>