Host ability demos on Aliyun OSS instead of Pages bundles; add patches-page version label and top-right mailto link; improve spirit bear portrait export. Co-authored-by: Cursor <cursoragent@cursor.com>
78 lines
3.0 KiB
HTML
78 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>上分帝</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body>
|
|
<header class="topbar">
|
|
<div class="brand">
|
|
<img class="brand-logo" src="ui-icon/dota2_logo.png" alt="Dota 2" />
|
|
<span class="brand-title">上分帝</span>
|
|
</div>
|
|
<a
|
|
class="contact-mail"
|
|
href="mailto:c9mhs8vfmuyv@outlook.com"
|
|
aria-label="邮件联系"
|
|
title="c9mhs8vfmuyv@outlook.com"
|
|
>
|
|
<svg class="contact-mail-icon" viewBox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false">
|
|
<path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"/>
|
|
</svg>
|
|
</a>
|
|
<nav class="main-tabs" aria-label="主分页">
|
|
<button type="button" class="main-tab active" data-page="heroes">英雄</button>
|
|
<button type="button" class="main-tab" data-page="items">物品</button>
|
|
<button type="button" class="main-tab" data-page="patches">版本</button>
|
|
</nav>
|
|
|
|
<div id="heroes-toolbar" class="toolbar">
|
|
<div class="tagbar" id="tagbar" aria-label="定位筛选"></div>
|
|
<input id="q" class="search" type="search" placeholder="搜索英雄或别名" autocomplete="off" spellcheck="false" aria-label="搜索英雄" />
|
|
</div>
|
|
|
|
<div id="items-toolbar" class="toolbar hidden">
|
|
<div class="item-tools">
|
|
<input id="q-item" class="search search-inline" type="search" placeholder="搜索物品" autocomplete="off" spellcheck="false" aria-label="搜索物品" />
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="heroes-view" class="board">
|
|
<div class="columns" id="columns"></div>
|
|
</main>
|
|
|
|
<main id="items-view" class="board items-board hidden">
|
|
<div class="items-cluster">
|
|
<div class="items-main">
|
|
<div class="shop-col-headers" aria-hidden="true">
|
|
<span class="shop-col-header basic">基础分类</span>
|
|
<span class="shop-col-header upgraded">合成分类</span>
|
|
</div>
|
|
<div id="item-shop" class="item-shop" aria-live="polite"></div>
|
|
</div>
|
|
<aside id="item-detail-box" class="item-detail-box empty" aria-live="polite">
|
|
点击物品查看详情与合成
|
|
</aside>
|
|
</div>
|
|
</main>
|
|
|
|
<main id="patches-view" class="board patches-board hidden">
|
|
<div class="patches-header">
|
|
<h2 class="patches-title"><span class="patches-kicker">游戏性更新</span><span class="patches-ver" id="patch-ver"></span></h2>
|
|
<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>
|
|
|
|
<script src="/config.js?v=0.4.1"></script>
|
|
<script src="/router.js?v=0.4.1"></script>
|
|
<script src="/app.js?v=0.4.1"></script>
|
|
</body>
|
|
</html>
|