Add PC post-match player pages with opt-in public OSS sync.
Generate /players/{account_id}[/{match_id}] locally after POST_GAME via OpenDota; publish to OSS only when public_share is enabled.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+12
-5
@@ -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.15" />
|
||||
<script src="/mobile-gate.js?v=0.6.15"></script>
|
||||
<link rel="stylesheet" href="/style.css?v=0.6.16" />
|
||||
<script src="/mobile-gate.js?v=0.6.16"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="sr-only">DOTA2 上分帝</h1>
|
||||
@@ -62,6 +62,7 @@
|
||||
<li><a href="/rankings">Immortal 排行</a></li>
|
||||
<li><a href="/streamers">主播</a></li>
|
||||
<li><a href="/matches">明星比赛</a></li>
|
||||
<li><a href="/players">玩家战绩</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div id="mobile-gate" class="mobile-gate" role="dialog" aria-labelledby="mobile-gate-title" aria-modal="true">
|
||||
@@ -155,6 +156,12 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<main id="players-view" class="board rankings-board players-board hidden">
|
||||
<div class="players-cluster">
|
||||
<div class="players-body" id="players-body" aria-live="polite"></div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<main id="streamers-view" class="board rankings-board streamers-board hidden">
|
||||
<div class="rankings-cluster">
|
||||
<div class="rankings-center-wrap streamers-center-wrap">
|
||||
@@ -240,8 +247,8 @@
|
||||
</div>
|
||||
<footer class="heroes-site-foot" id="heroes-site-foot" aria-hidden="true"></footer>
|
||||
|
||||
<script src="/config.js?v=0.6.15"></script>
|
||||
<script src="/router.js?v=0.6.15"></script>
|
||||
<script src="/app.js?v=0.6.15"></script>
|
||||
<script src="/config.js?v=0.6.16"></script>
|
||||
<script src="/router.js?v=0.6.16"></script>
|
||||
<script src="/app.js?v=0.6.16"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user