百度域名验证
This commit is contained in:
parent
7334f833e3
commit
1be273d24f
6
app.vue
6
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',
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue