update
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>徐越的自测猫</title>
|
<title>自测猫</title>
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
<script>
|
<script>
|
||||||
window.localStorage.setItem("maxkbMaskTip", true)
|
window.localStorage.setItem("maxkbMaskTip", true)
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ function handleShare() {
|
|||||||
<n-flex justify="space-between" align="center">
|
<n-flex justify="space-between" align="center">
|
||||||
<n-flex align="center">
|
<n-flex align="center">
|
||||||
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
|
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
|
||||||
<div class="title">徐越的自测猫</div>
|
<div class="title">自测猫</div>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
<n-flex>
|
<n-flex>
|
||||||
<n-button @click="handleShare">分享</n-button>
|
<n-button @click="handleShare">分享</n-button>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ const menu: DropdownOption[] = [
|
|||||||
<n-flex justify="space-between" align="center">
|
<n-flex justify="space-between" align="center">
|
||||||
<n-flex align="center">
|
<n-flex align="center">
|
||||||
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
|
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
|
||||||
<div class="title">徐越的自测猫</div>
|
<div class="title">自测猫</div>
|
||||||
</n-flex>
|
</n-flex>
|
||||||
<n-flex align="center">
|
<n-flex align="center">
|
||||||
<n-dropdown :options="menu" size="large">
|
<n-dropdown :options="menu" size="large">
|
||||||
|
|||||||
Reference in New Issue
Block a user