v0.6.1: show hero English name and abbr on detail page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 07:33:48 +08:00
co-authored by Cursor
parent 7c9e54e5eb
commit 1aa6710e39
6 changed files with 34 additions and 7 deletions
+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.0" />
<script src="/mobile-gate.js?v=0.6.0"></script>
<link rel="stylesheet" href="/style.css?v=0.6.1" />
<script src="/mobile-gate.js?v=0.6.1"></script>
</head>
<body>
<h1 class="sr-only">DOTA2 上分帝</h1>
@@ -232,8 +232,8 @@
<section class="detail" id="detail" aria-live="polite"></section>
<script src="/config.js?v=0.6.0"></script>
<script src="/router.js?v=0.6.0"></script>
<script src="/app.js?v=0.6.0"></script>
<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>
</body>
</html>