diff --git a/components/i/Nav.vue b/components/i/Nav.vue
index 97c08f2baec12006feac7b42a7f2f6fc2be37987..e6adb9b7c7877a76ab9f1cc498bb24095188fba9 100644
--- a/components/i/Nav.vue
+++ b/components/i/Nav.vue
@@ -16,23 +16,7 @@
label="收藏夹"
to="/library"
/>
-
-
-
-
+
{
const handleCloseSign = () => {
isOpenSign.value = false
}
-const handleOpenSearchHistory = () => {
- if (!$isSignIn) handleOpenSign()
- else {
-
- }
-}
diff --git a/components/i/SearchHistory.vue b/components/i/SearchHistory.vue
new file mode 100644
index 0000000000000000000000000000000000000000..88097dd7173798eb4bef4e7b42c6ba99262d4679
--- /dev/null
+++ b/components/i/SearchHistory.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+