修改了关于的功能
This commit is contained in:
parent
cc182ef761
commit
44b49d2aee
@ -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="黑夜"
|
||||
|
@ -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="黑夜"
|
||||
|
Loading…
x
Reference in New Issue
Block a user