Rename patch sidebar to AI reading and drop the disclaimer.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-31 10:14:00 +08:00
co-authored by Cursor
parent 3ee4ba7e84
commit 961574037e
8 changed files with 17 additions and 19 deletions
+1 -2
View File
@@ -3866,8 +3866,7 @@ function renderPatchAside(version) {
aside.innerHTML = `
<div class="patch-summary ui-panel">
<div class="patch-summary-head">
<h3 class="patch-summary-title">版本解读</h3>
<p class="patch-summary-disclaimer">非官方 · 社区摘要</p>
<h3 class="patch-summary-title">AI 解读</h3>
</div>
${body}
</div>`;