修改了关于的功能
This commit is contained in:
parent
cc182ef761
commit
44b49d2aee
@ -1,7 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="home" :class="{'dark-mode': themeStore.isDark}">
|
<div class="home" :class="{'dark-mode': themeStore.isDark}">
|
||||||
<div class="about">
|
<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
|
<el-switch
|
||||||
v-model="themeStore.isDark"
|
v-model="themeStore.isDark"
|
||||||
active-text="黑夜"
|
active-text="黑夜"
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="results-container" :class="{'dark-mode': themeStore.isDark}">
|
<div class="results-container" :class="{'dark-mode': themeStore.isDark}">
|
||||||
<div class="about">
|
<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
|
<el-switch
|
||||||
v-model="themeStore.isDark"
|
v-model="themeStore.isDark"
|
||||||
active-text="黑夜"
|
active-text="黑夜"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user