update
This commit is contained in:
@@ -3,6 +3,7 @@ import { size, run, loading, share } from "../composables/code"
|
||||
import ThemeButton from "../components/ThemeButton.vue"
|
||||
import SelectLanguage from "../components/SelectLanguage.vue"
|
||||
import { useMessage } from "naive-ui"
|
||||
import { Icon } from "@iconify/vue"
|
||||
|
||||
const message = useMessage()
|
||||
|
||||
@@ -15,7 +16,10 @@ function handleShare() {
|
||||
<template>
|
||||
<n-layout-header bordered class="header">
|
||||
<n-flex justify="space-between" align="center">
|
||||
<div class="title">徐越的自测猫</div>
|
||||
<n-flex align="center">
|
||||
<Icon icon="streamline-emojis:cat" :width="30" :height="30"></Icon>
|
||||
<div class="title">徐越的自测猫</div>
|
||||
</n-flex>
|
||||
<n-flex>
|
||||
<n-button @click="handleShare">分享</n-button>
|
||||
<ThemeButton />
|
||||
|
||||
Reference in New Issue
Block a user