feat(HEL-571): 网站图标全部换成新太极Logo
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 637 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 142 KiB |
+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">
|
||||
|
||||
@@ -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>
|
||||
(() => {
|
||||
@@ -21,13 +25,13 @@
|
||||
</script>
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260829-hel251">
|
||||
<link rel="stylesheet" href="/shared/base.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260829-hel251">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260917-hel571">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260820-2">
|
||||
</head>
|
||||
<body class="login-portal">
|
||||
<aside class="login-brand" aria-hidden="true">
|
||||
<div class="login-brand-header">
|
||||
<div class="login-brand-mark"><span class="login-brand-glyph">复</span></div>
|
||||
<div class="login-brand-mark"><img src="/icon-192.png" alt=""></div>
|
||||
<div class="login-brand-identity">
|
||||
<p class="login-brand-name">小白复盘</p>
|
||||
<p class="login-brand-subtitle">A股个人复盘工作台</p>
|
||||
|
||||
@@ -288,6 +288,14 @@ body {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.m-brand-mark img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
border-radius: inherit;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.m-auth-brand h2 {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<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>
|
||||
<link rel="stylesheet" href="css/tokens.css">
|
||||
<link rel="stylesheet" href="css/shell.css">
|
||||
@@ -25,7 +29,7 @@
|
||||
})();
|
||||
</script>
|
||||
<div id="m-boot-splash" aria-hidden="true">
|
||||
<span class="m-brand-mark">复</span>
|
||||
<span class="m-brand-mark"><img src="/icon-192.png" alt=""></span>
|
||||
</div>
|
||||
<header id="m-header" class="m-header">
|
||||
<button id="m-back" class="m-header-btn" type="button" aria-label="返回" hidden>
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
document.getElementById("m-view").innerHTML = [
|
||||
'<div class="m-auth">',
|
||||
'<div class="m-auth-brand">',
|
||||
'<span class="m-brand-mark">复</span>',
|
||||
'<span class="m-brand-mark"><img src="/icon-192.png" alt=""></span>',
|
||||
'<h2>小白复盘</h2>',
|
||||
'<p>登录后进入你的复盘空间</p>',
|
||||
"</div>",
|
||||
|
||||
@@ -1419,10 +1419,16 @@ body.login-portal {
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
.login-brand-glyph {
|
||||
font-size: 20px;
|
||||
.login-brand-mark img {
|
||||
width: 100%;
|
||||
|
||||
font-weight: var(--font-weight-semibold);
|
||||
height: 100%;
|
||||
|
||||
display: block;
|
||||
|
||||
border-radius: inherit;
|
||||
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.login-brand-identity {
|
||||
|
||||
+24
-10
@@ -787,6 +787,18 @@ body.sidebar-collapsed .app-main {
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
.brand-mark img {
|
||||
width: 100%;
|
||||
|
||||
height: 100%;
|
||||
|
||||
display: block;
|
||||
|
||||
border-radius: inherit;
|
||||
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.market-item {
|
||||
color: var(--text-muted);
|
||||
|
||||
@@ -1221,16 +1233,6 @@ body.sidebar-collapsed .app-main {
|
||||
}
|
||||
}
|
||||
|
||||
.brand-glyph {
|
||||
font-family: "Songti SC", SimSun, serif;
|
||||
|
||||
font-size: 14px;
|
||||
|
||||
font-weight: 800;
|
||||
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.workspace-view:not(#heavenView) .section-toolbar:first-child {
|
||||
min-height: 32px;
|
||||
|
||||
@@ -1339,6 +1341,18 @@ body.sidebar-collapsed {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.sidebar-brand-mark img {
|
||||
width: 100%;
|
||||
|
||||
height: 100%;
|
||||
|
||||
display: block;
|
||||
|
||||
border-radius: inherit;
|
||||
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.sidebar-brand strong {
|
||||
color: var(--r2-ink);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user