From 162a13620759c57f1ed35ba8bb0d0136943601ec Mon Sep 17 00:00:00 2001
From: ZiuChen <457353192@qq.com>
Date: Sun, 18 Sep 2022 09:03:30 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=A1=B5=E5=88=9D?=
=?UTF-8?q?=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 7 ++++++-
src/views/Main.vue | 4 ++++
src/views/Notify.vue | 28 ----------------------------
src/views/Setting.vue | 13 +++++++++++++
4 files changed, 23 insertions(+), 29 deletions(-)
delete mode 100644 src/views/Notify.vue
create mode 100644 src/views/Setting.vue
diff --git a/src/App.vue b/src/App.vue
index 7698841..2da4bfb 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,14 @@
-
+
+
diff --git a/src/views/Main.vue b/src/views/Main.vue
index ec12496..6fd0f47 100644
--- a/src/views/Main.vue
+++ b/src/views/Main.vue
@@ -23,6 +23,7 @@
{{
isMultiple ? '❌ 退出多选' : '👆'
}}
+ 🎨
import { ref, watch, onMounted, computed, nextTick } from 'vue'
+import { ElMessageBox } from 'element-plus'
import ClipCard from '../cpns/ClipCard.vue'
import ClipItemList from '../cpns/ClipItemList.vue'
import ClipFullData from '../cpns/ClipFullData.vue'
@@ -188,6 +190,8 @@ const handleDataRemove = () => {
updateShowList(ClipSwitchRef.value.activeTab)
}
+const emit = defineEmits(['showSetting'])
+
const activeTab = ref('all')
onMounted(() => {
diff --git a/src/views/Notify.vue b/src/views/Notify.vue
deleted file mode 100644
index 0fd21ef..0000000
--- a/src/views/Notify.vue
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/views/Setting.vue b/src/views/Setting.vue
new file mode 100644
index 0000000..a86140e
--- /dev/null
+++ b/src/views/Setting.vue
@@ -0,0 +1,13 @@
+
+
+ Setting
+
+
+
+
+
+