mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
👌 del(db): indexedDB 已经是过去式了
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
<div
|
||||
v-for="item of weapon.contents"
|
||||
:key="item.id"
|
||||
alt="content.content_id"
|
||||
class="card-box"
|
||||
@click="showContent(item)"
|
||||
>
|
||||
@@ -139,7 +138,7 @@
|
||||
// vue
|
||||
import { ref, onMounted } from "vue";
|
||||
// data
|
||||
import { TGAppData } from "../data/index";
|
||||
import { TGAppData } from "../data";
|
||||
// interface
|
||||
import { OBC_CONTENT_API } from "../plugins/Mys/interface/utils";
|
||||
import { createTGWindow } from "../utils/TGWindow";
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<v-navigation-drawer permanent :rail="rail" style="background: var(--sidebar-bg); color: #faf7e8">
|
||||
<v-list v-model:opened="open" class="side-list" density="compact" nav>
|
||||
<!-- 负责收缩侧边栏 -->
|
||||
<v-list-item @click="collapse">
|
||||
<v-list-item @click="collapse()">
|
||||
<template v-if="rail" #prepend>
|
||||
<v-list-item-action>
|
||||
<v-icon style="color:var(--sidebar-icon)">
|
||||
@@ -120,7 +120,7 @@
|
||||
<img :src="userInfo.avatar" alt="userIcon" class="side-icon">
|
||||
</template>
|
||||
</v-list-item> -->
|
||||
<v-list-item :title="themeTitle" value="theme" @click="switchTheme">
|
||||
<v-list-item :title="themeTitle" value="theme" @click="switchTheme()">
|
||||
<template #prepend>
|
||||
<v-icon style="color:var(--sidebar-icon)">
|
||||
{{ themeGet === 'default' ? 'mdi-weather-night' : 'mdi-weather-sunny' }}
|
||||
|
||||
Reference in New Issue
Block a user