From 7334f833e39a8c90a75ce7018ee014466f8ffaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Mon, 19 Jun 2023 18:53:34 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BE=E5=BA=A6meta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app.vue b/app.vue index 5c92122..fb8214e 100644 --- a/app.vue +++ b/app.vue @@ -3,13 +3,17 @@ import { appName } from './constants' useHead({ title: appName, + meta: [ + { + name: 'baidu-site-verification', + content: 'codeva-Kp2zJogRLy', + }, + ], bodyAttrs: { class: 'scrollbar-thumb-color-dark-50 scrollbar-track-color-transparent scrollbar-radius-2 scrollbar-thumb-radius-4 scrollbar-w-4px scrollbar scrollbar-rounded [&>div]:overflow-x-hidden', }, }) const dark = usePreferredDark() - -console.log(dark)