feat(Home): 更新页面标题为更具描述性的内容
将页面标题从“Hokori-Search”更改为“全视之眼 - 全知全能的搜索引擎 - 搜索你想要的一切,尽在全视之眼!”,以更好地传达网站的功能和定位
This commit is contained in:
parent
44b49d2aee
commit
deac3a093b
@ -96,7 +96,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
setPageTitle() {
|
||||
document.title = 'Hokori-Search'
|
||||
document.title = '全视之眼 - 全知全能的搜索引擎 - 搜索你想要的一切,尽在全视之眼!'
|
||||
},
|
||||
selectSuggestion(item) {
|
||||
this.searchQuery = item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user