From c1195a34c6d74680ba8fa619d22d14c9077b0572 Mon Sep 17 00:00:00 2001 From: yiqiuyang Date: Tue, 14 Oct 2025 13:42:17 +0800 Subject: [PATCH] 1 --- .prettierrc | 3 +- public/config.js | 7 ++--- src/home.vue | 28 +++++++++++++++---- .../layout/pc/footer/components/navNode.vue | 4 +-- src/views/layout/pc/header/index.vue | 17 ++++++++++- src/views/link/index.vue | 4 +-- 6 files changed, 46 insertions(+), 17 deletions(-) diff --git a/.prettierrc b/.prettierrc index d7b13c5..4ccf046 100644 --- a/.prettierrc +++ b/.prettierrc @@ -5,5 +5,6 @@ "singleQuote": true, "trailingComma": "es5", "bracketSpacing": false, - "htmlWhitespaceSensitivity": "ignore" + "htmlWhitespaceSensitivity": "ignore", + "printWidth": 120 } diff --git a/public/config.js b/public/config.js index d3e1383..29db4a7 100644 --- a/public/config.js +++ b/public/config.js @@ -1,5 +1,2 @@ -window.GD_KEYS = [ - '348d477ba83826e46b32d3ff10fffe82', - 'ed2ea36f8564541569c370254845d93d', - 'c1da03827f956a215311c0f5229bddc3', -] +window.GD_url = + 'https://www.amap.com/search?query=%E7%87%83%E8%B0%B7%E7%A7%91%E6%8A%80(%E5%8D%97%E4%BA%AC)%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8' diff --git a/src/home.vue b/src/home.vue index b184203..4f0b441 100644 --- a/src/home.vue +++ b/src/home.vue @@ -7,17 +7,35 @@ import Footer from './views/layout/pc/footer/index.vue'