Use SVN-specific login context

This commit is contained in:
lwt
2026-06-18 11:09:35 +08:00
parent 5d6944c710
commit 72153127b6
3 changed files with 85 additions and 10 deletions
+10 -10
View File
@@ -5,20 +5,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<meta name="theme-color" content="#edf5ff" />
<title>sumi.work - 玩家登录</title>
<link rel="stylesheet" href="assets/css/software.css?v=20260608-2" />
<title>sumi.work - 登录</title>
<link rel="stylesheet" href="assets/css/software.css?v=20260618-2" />
</head>
<body>
<header class="soft-topbar">
<div class="soft-topbar-inner login-topbar-inner">
<a class="soft-brand" href="software.html" aria-label="返回软件下载">
<img src="assets/icons/software.svg" alt="" aria-hidden="true" />
<span>sumi.work 软件中心</span>
<a class="soft-brand" id="login-brand" href="software.html" aria-label="返回软件下载">
<img id="login-brand-icon" src="assets/icons/software.svg" alt="" aria-hidden="true" />
<span id="login-brand-text">sumi.work 软件中心</span>
</a>
<nav class="soft-nav" aria-label="登录页导航">
<a href="index.html">首页</a>
<a href="software.html">软件下载</a>
<a class="is-active" href="login.html">玩家登录</a>
<a id="login-section-link" href="software.html">软件下载</a>
<a class="is-active" id="login-nav-current" href="login.html">玩家登录</a>
</nav>
</div>
</header>
@@ -26,9 +26,9 @@
<main class="login-main">
<section class="login-panel" aria-labelledby="login-title">
<div>
<p class="hero-kicker">Player Access</p>
<p class="hero-kicker" id="login-kicker">Player Access</p>
<h1 id="login-title">玩家登录</h1>
<p class="login-copy">登录后即可下载软件中心里的安装包。</p>
<p class="login-copy" id="login-copy">登录后即可下载软件中心里的安装包。</p>
</div>
<form class="login-form" id="login-form">
<input type="hidden" name="next" id="next-url" />
@@ -46,6 +46,6 @@
</section>
</main>
<script src="assets/js/login.js?v=20260608-1"></script>
<script src="assets/js/login.js?v=20260618-2"></script>
</body>
</html>