feat: 更新 ESLint 配置

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 } },