Restructure layout components and update page metadata
This commit is contained in:
@ -55,12 +55,12 @@ export default defineNuxtConfig({
|
||||
duration: 400,
|
||||
},
|
||||
layoutTransition: {
|
||||
name: "layout",
|
||||
name: "default",
|
||||
mode: "out-in",
|
||||
duration: 400,
|
||||
},
|
||||
head: {
|
||||
title: "xlCig - 专业PC硬件产品和装机服务",
|
||||
title: "图夕夕-世界图纸 夕夕共享",
|
||||
htmlAttrs: {
|
||||
lang: "en",
|
||||
},
|
||||
@ -69,17 +69,17 @@ export default defineNuxtConfig({
|
||||
{ name: "viewport", content: "width=device-width, initial-scale=1" },
|
||||
{
|
||||
name: "description",
|
||||
content: "专业的PC硬件产品和装机建议,助您打造梦想中的高性能电脑",
|
||||
content: "图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。",
|
||||
},
|
||||
{ name: "keywords", content: "xlCig,PC硬件,电脑配置,显卡,CPU,装机" },
|
||||
{ name: "author", content: "xlCig" },
|
||||
{ name: "keywords", content: "图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸" },
|
||||
{ name: "author", content: "图夕夕" },
|
||||
// 百度站点验证
|
||||
{ name: "baidu-site-verification", content: "codeva-2z90c1PlRw" },
|
||||
// SEO meta tags
|
||||
{ property: "og:title", content: "xlCig - 专业PC硬件产品和装机服务" },
|
||||
{
|
||||
property: "og:description",
|
||||
content: "专业的PC硬件产品和装机建议,助您打造梦想中的高性能电脑",
|
||||
content: "图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。",
|
||||
},
|
||||
{ property: "og:type", content: "website" },
|
||||
{ property: "og:url", content: "https://www.xlcig.cn" },
|
||||
|
||||
Reference in New Issue
Block a user