From deac3a093b93314e5551eb191fdfe236e732ae42 Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Fri, 9 May 2025 14:19:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(Home):=20=E6=9B=B4=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=87=E9=A2=98=E4=B8=BA=E6=9B=B4=E5=85=B7=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=80=A7=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将页面标题从“Hokori-Search”更改为“全视之眼 - 全知全能的搜索引擎 - 搜索你想要的一切,尽在全视之眼!”,以更好地传达网站的功能和定位 --- src/components/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home.vue b/src/components/Home.vue index 903b82b..4d97d99 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -96,7 +96,7 @@ export default defineComponent({ } }, setPageTitle() { - document.title = 'Hokori-Search' + document.title = '全视之眼 - 全知全能的搜索引擎 - 搜索你想要的一切,尽在全视之眼!' }, selectSuggestion(item) { this.searchQuery = item;