👌 del(db): indexedDB 已经是过去式了

This commit is contained in:
BTMuli
2023-04-25 00:29:38 +08:00
parent 4c8cb39bf6
commit d6e60ee264
10 changed files with 25 additions and 432 deletions

View File

@@ -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";