From 934e54a4776e82effcdb83c733055a44523c0366 Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 15 Aug 2023 19:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/DictModal.vue | 299 ++++++++++------------------------- 2 files changed, 86 insertions(+), 215 deletions(-) diff --git a/src/App.vue b/src/App.vue index 13ad74a0..8038c879 100644 --- a/src/App.vue +++ b/src/App.vue @@ -192,7 +192,7 @@ const show = $ref(false) - + diff --git a/src/components/DictModal.vue b/src/components/DictModal.vue index 94a989c5..a26b9512 100644 --- a/src/components/DictModal.vue +++ b/src/components/DictModal.vue @@ -8,6 +8,7 @@ import {chunk} from "lodash"; import {$computed, $ref} from "vue/macros"; import WordList from "@/components/WordList.vue"; import ChapterList from "@/components/ChapterList.vue" +import Modal from "@/components/Modal.vue"; const store = useBaseStore() let currentSelectDict: Dict = $ref({ @@ -42,103 +43,96 @@ async function selectDict(item: Dict) {