Rename patch sidebar to AI reading and drop the disclaimer.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-2
@@ -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,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 = "";
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user