v0.6.3: hero detail bottom drawer that pushes role tags, matches page summary dedupe.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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.2" />
|
||||
<script src="/mobile-gate.js?v=0.6.2"></script>
|
||||
<link rel="stylesheet" href="/style.css?v=0.6.3" />
|
||||
<script src="/mobile-gate.js?v=0.6.3"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="sr-only">DOTA2 上分帝</h1>
|
||||
@@ -150,7 +150,6 @@
|
||||
</h2>
|
||||
<div class="matches-origins" id="matches-origins" role="tablist" aria-label="职业或国服"></div>
|
||||
<div class="matches-players" id="matches-players" role="tablist" aria-label="选择选手"></div>
|
||||
<p class="rankings-sub page-sub" id="matches-sub"></p>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
@@ -229,11 +228,13 @@
|
||||
<div class="patches-detail" id="patches-detail"></div>
|
||||
</main>
|
||||
|
||||
<section class="detail" id="detail" aria-live="polite"></section>
|
||||
<div id="detail-drawer" class="detail-drawer is-collapsed hidden" aria-hidden="true">
|
||||
<section class="detail detail-drawer-panel" id="detail" role="dialog" aria-modal="true" aria-live="polite"></section>
|
||||
</div>
|
||||
<footer class="heroes-site-foot" id="heroes-site-foot" aria-hidden="true"></footer>
|
||||
|
||||
<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>
|
||||
<script src="/config.js?v=0.6.3"></script>
|
||||
<script src="/router.js?v=0.6.3"></script>
|
||||
<script src="/app.js?v=0.6.3"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user