From 1be273d24fc5683f6bf029c4dc496217fd9f5b21 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 19:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E5=9F=9F=E5=90=8D=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.vue | 6 ------ nuxt.config.ts | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app.vue b/app.vue index fb8214e..2b9f8b6 100644 --- a/app.vue +++ b/app.vue @@ -3,12 +3,6 @@ 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', }, diff --git a/nuxt.config.ts b/nuxt.config.ts index 7680b08..d1ab52e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -130,6 +130,14 @@ export default defineNuxtConfig({ { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'description', content: appDescription }, { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }, + { + name: 'baidu-site-verification', + content: 'codeva-Kp2zJogRLy', + }, + { + name: 'baidu-site-verification', + content: 'codeva-SHLbtRS3fs', + }, ], }, },