feat(HEL-571): 网站图标全部换成新太极Logo
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
+8
-4
@@ -4,6 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<title>小白复盘</title>
|
||||
<script>
|
||||
(() => {
|
||||
@@ -36,8 +40,8 @@
|
||||
</script>
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260829-hel240">
|
||||
<link rel="stylesheet" href="/shared/base.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260829-hel237">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260829-hel240b">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260917-hel571">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260917-hel571">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260829-hel237">
|
||||
<link rel="stylesheet" href="/shared/components/navigation.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/components/cards.css?v=20260820-1">
|
||||
@@ -62,7 +66,7 @@
|
||||
<section id="authGate" class="auth-gate" aria-label="账号登录" hidden>
|
||||
<div class="auth-shell">
|
||||
<div class="auth-brand">
|
||||
<div class="brand-mark" aria-hidden="true"><span class="brand-glyph">复</span></div>
|
||||
<div class="brand-mark" aria-hidden="true"><img src="/icon-192.png" alt=""></div>
|
||||
<div><h1>小白复盘</h1><span>登录后进入你的复盘空间</span></div>
|
||||
</div>
|
||||
<div class="auth-tabs" role="tablist">
|
||||
@@ -181,7 +185,7 @@
|
||||
|
||||
<nav class="module-nav" aria-label="复盘模块">
|
||||
<div class="sidebar-brand">
|
||||
<div class="sidebar-brand-mark" aria-hidden="true">复</div>
|
||||
<div class="sidebar-brand-mark" aria-hidden="true"><img src="/icon-192.png" alt=""></div>
|
||||
<strong>小白复盘</strong>
|
||||
</div>
|
||||
<div class="nav-group market-nav-group">
|
||||
|
||||
Reference in New Issue
Block a user