diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa2dc644..70ce6d25 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,6 +38,9 @@ importers: git-last-commit: specifier: ^1.0.1 version: 1.0.1 + gsap: + specifier: ^3.13.0 + version: 3.13.0 hover.css: specifier: ^2.3.2 version: 2.3.2 @@ -2208,6 +2211,9 @@ packages: resolution: {integrity: sha512-rXunEHF9M9EkMydTBux7+IryYXEZinRk6g8OBOGDBzo/qWJjhTxy86i5q7lQYpCLHN8Sqv1XX3OIOc7ka2gtvQ==} engines: {node: '>=8.0.0'} + gsap@3.13.0: + resolution: {integrity: sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==} + gulp-cli@2.3.0: resolution: {integrity: sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==} engines: {node: '>= 0.10'} @@ -6167,6 +6173,8 @@ snapshots: grad-school@0.0.5: {} + gsap@3.13.0: {} + gulp-cli@2.3.0: dependencies: ansi-colors: 1.1.0 diff --git a/src/App.vue b/src/App.vue index f5d22450..36cc53ef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,6 @@ import {onMounted, watch} from "vue"; import {BaseState, useBaseStore} from "@/stores/base.ts"; import {useRuntimeStore} from "@/stores/runtime.ts"; import {useSettingStore} from "@/stores/setting.ts"; -import Backgorund from "@/pages/pc/components/Backgorund.vue"; import useTheme from "@/hooks/theme.ts"; import * as localforage from "localforage"; import SettingDialog from "@/pages/pc/components/dialog/SettingDialog.vue"; @@ -69,7 +68,6 @@ watch(() => route.path, (to, from) => {