update ui
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
## 📸 在线访问
|
||||
|
||||
Github Pages: <https://zyronon.github.io/typing-word/>(国内推荐访问这个)
|
||||
Github Pages: <https://typing-word.ttentau.top>(国内推荐访问这个)
|
||||
|
||||
Netlify: <https://typing-words.netlify.app/>(需要翻墙)
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ function goHome(){
|
||||
|
||||
<template>
|
||||
<div class="logo" @click="goHome">
|
||||
<img v-show="settingStore.theme === 'light'" src="/logo-text-black.png" alt="">
|
||||
<img v-show="settingStore.theme !== 'light'" src="/logo-text-white.png" alt="">
|
||||
<img v-show="settingStore.theme === 'dark'" src="/logo-text-white.png" alt="">
|
||||
<img v-show="settingStore.theme !== 'dark'" src="/logo-text-black.png" alt="">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ onMounted(() => {
|
||||
<nav class="active">
|
||||
<router-link to="/dict">词典</router-link>
|
||||
</nav>
|
||||
<nav @click.stop="runtimeStore.showSettingModal = true"><a href="javascript;;">设置</a></nav>
|
||||
<nav @click.stop="runtimeStore.showSettingModal = true"><a href="javascript:void(0)">设置</a></nav>
|
||||
</div>
|
||||
<RightTopBar/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user