修改了关于的功能

This commit is contained in:
Yakumo Hokori 2025-05-09 14:15:29 +08:00
parent cc182ef761
commit 44b49d2aee
2 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,14 @@
<template>
<div class="home" :class="{'dark-mode': themeStore.isDark}">
<div class="about">
<a href="" target="_blank">关于</a>
<el-tooltip
content="此身,已是全知全能!"
placement="bottom"
effect="light"
:visible-arrow="true"
>
<a href="" target="_blank">关于</a>
</el-tooltip>
<el-switch
v-model="themeStore.isDark"
active-text="黑夜"

View File

@ -1,7 +1,14 @@
<template>
<div class="results-container" :class="{'dark-mode': themeStore.isDark}">
<div class="about">
<a href="" target="_blank">关于</a>
<el-tooltip
content="此身,已是全知全能!"
placement="bottom"
effect="light"
:visible-arrow="true"
>
<a href="" target="_blank">关于</a>
</el-tooltip>
<el-switch
v-model="themeStore.isDark"
active-text="黑夜"