feat: 将网页标题和导航标题改为星汐商店
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user