From 82d822d8a6245f7166156ce2bdad07596afaf692 Mon Sep 17 00:00:00 2001 From: imsyy Date: Sun, 30 Jul 2023 18:39:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20notivue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - package.json | 1 + pnpm-lock.yaml | 8 ++++++++ src/App.vue | 5 +++++ src/components/SearchInp.vue | 3 +++ src/components/Suggestions.vue | 7 ++++--- src/main.js | 9 +++++++++ src/stores/setData.js | 3 +++ src/style/global.scss | 19 +++++++++++++++++++ src/utils/iconfont.js | 2 +- 10 files changed, 53 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07e94c0..68f3bfe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ ### 功能 - [x] 载入动画 -- [x] 搜索引擎切换 - [x] 时间及天气显示 - [x] 快捷方式自定义 - [x] 网站背景自定义 diff --git a/package.json b/package.json index c87ff03..8d32d02 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "axios": "^1.4.0", "fetch-jsonp": "^1.3.0", + "notivue": "^1.1.3", "pinia": "^2.1.4", "pinia-plugin-persistedstate": "^3.2.0", "sass": "^1.64.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85b4dd2..220055a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ dependencies: fetch-jsonp: specifier: ^1.3.0 version: 1.3.0 + notivue: + specifier: ^1.1.3 + version: 1.1.3 pinia: specifier: ^2.1.4 version: 2.1.4(vue@3.3.4) @@ -585,6 +588,11 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} + /notivue@1.1.3: + resolution: {integrity: sha512-Pjn3sRmqzcvkPorlcv1FyoUbtfCmv6u6Sn/0THdYzjW9Mt6W43Sq1q5HnC6WBzTqEofNW0ggTYWoyilMn/6h6Q==} + requiresBuild: true + dev: false + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} diff --git a/src/App.vue b/src/App.vue index 9a4b24f..34e60cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,10 @@