diff --git a/pages/drawe/components/FeaturedSpecials.vue b/components/drawe-components/FeaturedSpecials.vue
similarity index 100%
rename from pages/drawe/components/FeaturedSpecials.vue
rename to components/drawe-components/FeaturedSpecials.vue
diff --git a/pages/drawe/components/RecommendedColumnsV2.vue b/components/drawe-components/RecommendedColumnsV2.vue
similarity index 100%
rename from pages/drawe/components/RecommendedColumnsV2.vue
rename to components/drawe-components/RecommendedColumnsV2.vue
diff --git a/layouts/default.vue b/layouts/default.vue
index 2c06db2..fa2aae3 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -12,7 +12,7 @@
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 0f5531c..c6e5fc1 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -49,16 +49,16 @@ export default defineNuxtConfig({
// 页面过渡配置
app: {
- pageTransition: {
- name: "page",
- mode: "out-in",
- duration: 400,
- },
- layoutTransition: {
- name: "default",
- mode: "out-in",
- duration: 400,
- },
+ // pageTransition: {
+ // name: "page",
+ // mode: "out-in",
+ // duration: 400,
+ // },
+ // layoutTransition: {
+ // name: "default",
+ // mode: "out-in",
+ // duration: 400,
+ // },
head: {
title: "图夕夕-世界图纸 夕夕共享",
htmlAttrs: {
@@ -73,10 +73,8 @@ export default defineNuxtConfig({
},
{ 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:title", content: "图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸" },
{
property: "og:description",
content: "图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。",
@@ -89,10 +87,7 @@ export default defineNuxtConfig({
{ name: "robots", content: "index, follow" },
],
link: [
- { rel: "icon", type: "image/png", href: "/logo.png" },
- { rel: "apple-touch-icon", sizes: "180x180", href: "/logo.png" },
- { rel: "icon", type: "image/png", sizes: "32x32", href: "/logo.png" },
- { rel: "icon", type: "image/png", sizes: "16x16", href: "/logo.png" },
+ { rel: "icon", type: "image/x-icon", href: "/favicon2.ico" },
],
},
},
diff --git a/pages/drawe/index.vue b/pages/drawe/index.vue
index abfde27..cc29ef9 100644
--- a/pages/drawe/index.vue
+++ b/pages/drawe/index.vue
@@ -25,7 +25,7 @@