v0.6.2: hero page site foot, dismiss detail on empty click, drop patches version footer.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 07:45:03 +08:00
co-authored by Cursor
parent 1aa6710e39
commit aac4593cc5
7 changed files with 110 additions and 38 deletions
+6 -6
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.1" />
<script src="/mobile-gate.js?v=0.6.1"></script>
<link rel="stylesheet" href="/style.css?v=0.6.2" />
<script src="/mobile-gate.js?v=0.6.2"></script>
</head>
<body>
<h1 class="sr-only">DOTA2 上分帝</h1>
@@ -227,13 +227,13 @@
<select id="patch-select" aria-label="选择版本"></select>
</div>
<div class="patches-detail" id="patches-detail"></div>
<footer class="patches-site-version" id="patches-site-version" aria-hidden="true"></footer>
</main>
<section class="detail" id="detail" aria-live="polite"></section>
<footer class="heroes-site-foot" id="heroes-site-foot" aria-hidden="true"></footer>
<script src="/config.js?v=0.6.1"></script>
<script src="/router.js?v=0.6.1"></script>
<script src="/app.js?v=0.6.1"></script>
<script src="/config.js?v=0.6.2"></script>
<script src="/router.js?v=0.6.2"></script>
<script src="/app.js?v=0.6.2"></script>
</body>
</html>