feat: 更新 ESLint 配置
Some checks failed
/ surge (push) Successful in 2m34s
/ build-and-deploy-to-vercel (push) Successful in 2m46s
/ lint-build-and-check (push) Has been cancelled
/ playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-04-02 11:27:09 +08:00
parent 9ed4c0bc6b
commit 2bc762a89b
8 changed files with 80 additions and 61 deletions

View File

@ -1,7 +1,9 @@
<script setup lang="tsx">
const VITE_BUILD_COMMIT = import.meta.env.VITE_BUILD_COMMIT;
import { useHead, useSeoMeta } from '@unhead/vue';
import { routes } from 'vue-router/auto-routes';
const VITE_BUILD_COMMIT = import.meta.env.VITE_BUILD_COMMIT;
definePage({
name: 'Home',
meta: {
@ -9,7 +11,6 @@ definePage({
hidden: true,
},
});
import { useHead, useSeoMeta } from '@unhead/vue';
useHead({
bodyAttrs: { class: { overflow: true } },