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
+
+
+
+
+
+