feat: 将网页标题和导航标题改为星汐商店
Build and Push Docker Image / build-and-push (push) Successful in 1m1s
Build and Push Docker Image / deploy (push) Successful in 7s

This commit is contained in:
2026-07-13 03:52:13 +00:00
parent ae28aa8ae8
commit 0c9cf4d347
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sale</title>
<title>星汐商店</title>
</head>
<body class="scheme4">
<div id="app"></div>
+2 -2
View File
@@ -4,7 +4,7 @@
<div class="sidebar-header">
<div class="logo" @click="$router.push('/')">
<img :src="logoImg" alt="Logo" class="logo-icon" />
<span class="logo-text">Sale</span>
<span class="logo-text">星汐商店</span>
</div>
</div>
@@ -97,7 +97,7 @@
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<span class="logo-text">Sale</span>
<span class="logo-text">星汐商店</span>
</div>
</header>