|
...
|
...
|
@@ -67,8 +67,8 @@ export default defineNuxtConfig({ |
|
|
|
],
|
|
|
|
app: {
|
|
|
|
head: {
|
|
|
|
title: 'Annie网站 - 优质 AI 工具集合、AI 资源网站、AI 导航平台',
|
|
|
|
titleTemplate: '%s | Annie网站',
|
|
|
|
title: 'AI工具盒 - 优质 AI 工具集合、AI 资源网站、AI 导航平台',
|
|
|
|
titleTemplate: '%s | AI工具盒',
|
|
|
|
htmlAttrs: {
|
|
|
|
lang: 'zh-CN'
|
|
|
|
},
|
|
...
|
...
|
@@ -78,18 +78,18 @@ export default defineNuxtConfig({ |
|
|
|
{ name: "force-rendering", content: "webkit"},
|
|
|
|
{ "http-equiv":"X-UA-Compatible", content:"IE=edge, chrome=1" },
|
|
|
|
{ name: 'viewport', content:"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" },
|
|
|
|
{ name: 'description', content: 'Annie网站是专业的AI工具导航平台,汇集全网优质AI工具,包含AI写作、AI绘画、AI视频、AI对话、AI代码、AI设计、AI办公等各类AI资源,让你快速找到好用的AI工具。' },
|
|
|
|
{ name: 'description', content: 'AI工具盒是专业的AI工具导航平台,汇集全网优质AI工具,包含AI写作、AI绘画、AI视频、AI对话、AI代码、AI设计、AI办公等各类AI资源,让你快速找到好用的AI工具。' },
|
|
|
|
{ name: 'keywords', content: 'AI工具,AI导航,AI资源,AI写作,AI绘画,AI视频,AI对话,ChatGPT,AI代码,AI设计,人工智能工具' },
|
|
|
|
{ name: 'author', content: 'Annie网站' },
|
|
|
|
{ name: 'author', content: 'AI工具盒' },
|
|
|
|
{ name:'robots', content:'index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'},
|
|
|
|
{ name: 'googlebot', content: 'index, follow' },
|
|
|
|
{ name: 'format-detection', content: 'telephone=no' },
|
|
|
|
{ name: 'referrer', content: 'origin-when-cross-origin' },
|
|
|
|
{ property: 'og:type', content: 'website' },
|
|
|
|
{ property: 'og:site_name', content: 'Annie网站' },
|
|
|
|
{ property: 'og:site_name', content: 'AI工具盒' },
|
|
|
|
{ property: 'og:locale', content: 'zh_CN' },
|
|
|
|
{ property: 'twitter:card', content: 'summary_large_image' },
|
|
|
|
{ property: 'twitter:site', content: '@Annie网站' }
|
|
|
|
{ property: 'twitter:site', content: '@AI工具盒' }
|
|
|
|
],
|
|
|
|
link: [
|
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
...
|
...
|
|