feat: 更新依赖
Some checks failed
/ lint-build-and-check (push) Failing after 38s
/ build-and-deploy-to-vercel (push) Successful in 3m4s
/ playwright (push) Failing after 5m32s
/ surge (push) Successful in 2m18s

This commit is contained in:
mini2024
2025-03-31 00:37:57 +08:00
parent 8d0ed93ee0
commit 0cc1730b2c
9 changed files with 382 additions and 390 deletions

View File

@ -1,9 +1,5 @@
<script setup lang="ts">
import { useLayout } from '@/layouts/sakai-vue/composables/layout';
import { computed } from 'vue';
import CardSpotlight from './CardSpotlight.vue';
import GradientButton from './GradientButton.vue';
const { isDarkTheme } = useLayout();