Restructure layout components and update page metadata
This commit is contained in:
4
app.vue
4
app.vue
@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<NuxtLoadingIndicator />
|
<NuxtLoadingIndicator />
|
||||||
<NuxtPage />
|
<NuxtLayout>
|
||||||
|
<NuxtPage />
|
||||||
|
</NuxtLayout>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -10,8 +10,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import KlFooter from '~/layout/kl-footer/index.vue'
|
|
||||||
import KlQuickMenu from '~/components/kl-quick-menu/index.vue'
|
// import KlQuickMenu from '~/components/kl-quick-menu/index.vue'
|
||||||
|
// import KlFooter from '~/components/kl-footer/index.vue'
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@ -55,12 +55,12 @@ export default defineNuxtConfig({
|
|||||||
duration: 400,
|
duration: 400,
|
||||||
},
|
},
|
||||||
layoutTransition: {
|
layoutTransition: {
|
||||||
name: "layout",
|
name: "default",
|
||||||
mode: "out-in",
|
mode: "out-in",
|
||||||
duration: 400,
|
duration: 400,
|
||||||
},
|
},
|
||||||
head: {
|
head: {
|
||||||
title: "xlCig - 专业PC硬件产品和装机服务",
|
title: "图夕夕-世界图纸 夕夕共享",
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
lang: "en",
|
lang: "en",
|
||||||
},
|
},
|
||||||
@ -69,17 +69,17 @@ export default defineNuxtConfig({
|
|||||||
{ name: "viewport", content: "width=device-width, initial-scale=1" },
|
{ name: "viewport", content: "width=device-width, initial-scale=1" },
|
||||||
{
|
{
|
||||||
name: "description",
|
name: "description",
|
||||||
content: "专业的PC硬件产品和装机建议,助您打造梦想中的高性能电脑",
|
content: "图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。",
|
||||||
},
|
},
|
||||||
{ name: "keywords", content: "xlCig,PC硬件,电脑配置,显卡,CPU,装机" },
|
{ name: "keywords", content: "图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸" },
|
||||||
{ name: "author", content: "xlCig" },
|
{ name: "author", content: "图夕夕" },
|
||||||
// 百度站点验证
|
// 百度站点验证
|
||||||
{ name: "baidu-site-verification", content: "codeva-2z90c1PlRw" },
|
{ name: "baidu-site-verification", content: "codeva-2z90c1PlRw" },
|
||||||
// SEO meta tags
|
// SEO meta tags
|
||||||
{ property: "og:title", content: "xlCig - 专业PC硬件产品和装机服务" },
|
{ property: "og:title", content: "xlCig - 专业PC硬件产品和装机服务" },
|
||||||
{
|
{
|
||||||
property: "og:description",
|
property: "og:description",
|
||||||
content: "专业的PC硬件产品和装机建议,助您打造梦想中的高性能电脑",
|
content: "图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。",
|
||||||
},
|
},
|
||||||
{ property: "og:type", content: "website" },
|
{ property: "og:type", content: "website" },
|
||||||
{ property: "og:url", content: "https://www.xlcig.cn" },
|
{ property: "og:url", content: "https://www.xlcig.cn" },
|
||||||
|
|||||||
@ -21,8 +21,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import KlSearch from '~/layout/kl-search/index.vue'
|
import KlSearch from '~/components/kl-search/index.vue'
|
||||||
import KlMenuV2 from '~/layout/kl-menus-v2/index.vue'
|
import KlMenuV2 from '~/components/kl-menus-v2/index.vue'
|
||||||
import SideMenu from '~/pages/home/components/SideMenu.vue'
|
import SideMenu from '~/pages/home/components/SideMenu.vue'
|
||||||
import MainContent from '~/pages/home/components/MainContent.vue'
|
import MainContent from '~/pages/home/components/MainContent.vue'
|
||||||
import RecommendedColumns from '~/pages/home/components/RecommendedColumns.vue'
|
import RecommendedColumns from '~/pages/home/components/RecommendedColumns.vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user