This commit is contained in:
2025-03-30 11:22:04 +08:00
parent 3fb2232ad8
commit eb9cda14ff
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>徐越的自测猫</title>
<title>自测猫</title>
<link rel="stylesheet" href="/style.css" />
<script>
window.localStorage.setItem("maxkbMaskTip", true)

View File

@@ -18,7 +18,7 @@ function handleShare() {
<n-flex justify="space-between" align="center">
<n-flex align="center">
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
<div class="title">徐越的自测猫</div>
<div class="title">自测猫</div>
</n-flex>
<n-flex>
<n-button @click="handleShare">分享</n-button>

View File

@@ -32,7 +32,7 @@ const menu: DropdownOption[] = [
<n-flex justify="space-between" align="center">
<n-flex align="center">
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
<div class="title">徐越的自测猫</div>
<div class="title">自测猫</div>
</n-flex>
<n-flex align="center">
<n-dropdown :options="menu" size="large">