feat: 补充gitee地址
This commit is contained in:
parent
f76a3c02c2
commit
a4dd39c5db
11
src/layout/components/header/components/GiteeSite.vue
Normal file
11
src/layout/components/header/components/GiteeSite.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<n-icon mr-20 size="18" style="cursor: pointer" @click="handleLinkClick">
|
||||
<icon-simple-icons:gitee />
|
||||
</n-icon>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
function handleLinkClick() {
|
||||
window.open('https://gitee.com/isme-admin/vue-naive-admin')
|
||||
}
|
||||
</script>
|
@ -6,6 +6,7 @@
|
||||
<div ml-auto flex items-center>
|
||||
<MessageNotification />
|
||||
<ThemeMode />
|
||||
<GiteeSite />
|
||||
<GithubSite />
|
||||
<FullScreen />
|
||||
<UserAvatar />
|
||||
@ -18,6 +19,7 @@ import MenuCollapse from './components/MenuCollapse.vue'
|
||||
import FullScreen from './components/FullScreen.vue'
|
||||
import UserAvatar from './components/UserAvatar.vue'
|
||||
import GithubSite from './components/GithubSite.vue'
|
||||
import GiteeSite from './components/GiteeSite.vue'
|
||||
import ThemeMode from './components/ThemeMode.vue'
|
||||
import MessageNotification from './components/MessageNotification.vue'
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user