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 -1
View File
@@ -55,7 +55,7 @@ from shared.paths import (
from seo_prerender import DEFAULT_SITE_ORIGIN, write_seo_bundle
from serve_relations import WEB_DIR, build_payload
SITE_VERSION = "0.6.13"
SITE_VERSION = "0.6.14"
DEFAULT_OSS_BASE = "https://climperor.oss-cn-shanghai.aliyuncs.com"
+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>`;
+1 -1
View File
@@ -1,5 +1,5 @@
/* Local defaults; production export overwrites via export_relations_site.py. */
var SITE_VERSION = "0.6.13";
var SITE_VERSION = "0.6.14";
var SITE_ORIGIN = "";
var ABILITY_VIDEO_BASE = "";
var STATIC_ASSET_BASE = "";
+5 -5
View File
@@ -43,8 +43,8 @@
}
</script>
<link rel="icon" href="/ui-icon/dota2_logo.png" type="image/png" />
<link rel="stylesheet" href="/style.css?v=0.6.13" />
<script src="/mobile-gate.js?v=0.6.13"></script>
<link rel="stylesheet" href="/style.css?v=0.6.14" />
<script src="/mobile-gate.js?v=0.6.14"></script>
</head>
<body>
<h1 class="sr-only">DOTA2 上分帝</h1>
@@ -240,8 +240,8 @@
</div>
<footer class="heroes-site-foot" id="heroes-site-foot" aria-hidden="true"></footer>
<script src="/config.js?v=0.6.13"></script>
<script src="/router.js?v=0.6.13"></script>
<script src="/app.js?v=0.6.13"></script>
<script src="/config.js?v=0.6.14"></script>
<script src="/router.js?v=0.6.14"></script>
<script src="/app.js?v=0.6.14"></script>
</body>
</html>
-7
View File
@@ -2943,13 +2943,6 @@ body:has(#items-view:not(.hidden)) {
letter-spacing: 0.02em;
line-height: var(--lh-tight);
}
.patch-summary-disclaimer {
margin: 0;
font-size: var(--fs-label);
font-weight: var(--fw-medium);
color: var(--muted);
line-height: 1.35;
}
.patch-summary-headline {
margin: 0;
font-size: var(--fs-body-sm);