File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ console.log(plat.value)
52
52
53
53
let text = {
54
54
down: " Download" ,
55
- website: " Website" ,
55
+ // website: "Website",
56
56
}
57
57
58
58
const fullPlat = computed (() => {
@@ -71,7 +71,7 @@ const options = computed(() => {
71
71
if (location .pathname .startsWith (" /zh/" )) {
72
72
text = {
73
73
down: " 下载" ,
74
- website: " 官网" ,
74
+ // website: "官网",
75
75
}
76
76
}
77
77
@@ -92,9 +92,9 @@ function openWebsite() {
92
92
<template >
93
93
<NSpace align =" center" vertical size =" large" >
94
94
<NSpace class =" btn" >
95
- <NButton size =" large" type =" info" @click =" openWebsite" tertiary >{{
95
+ <!-- < NButton size="large" type="info" @click="openWebsite" tertiary>{{
96
96
text.website
97
- }}</NButton >
97
+ }}</NButton> -->
98
98
<NButtonGroup >
99
99
<NDropdown
100
100
trigger =" hover"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const en = navbar([
25
25
children : [
26
26
{ text : "Demo" , link : "https://alist.pages.dev/" } ,
27
27
{ text : "V2" , link : "https://alist-doc.nn.ci" } ,
28
- { text : "Desktop" , link : "https://ad.nn.ci/" } ,
28
+ // { text: "Desktop", link: "https://ad.nn.ci/" },
29
29
] ,
30
30
} ,
31
31
{
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const zh = navbar([
25
25
children : [
26
26
{ text : "演示" , link : "https://alist.pages.dev/" } ,
27
27
{ text : "V2" , link : "https://alist-doc.nn.ci" } ,
28
- { text : "桌面版" , link : "https://ad.nn.ci/" } ,
28
+ // { text: "桌面版", link: "https://ad.nn.ci/" },
29
29
] ,
30
30
} ,
31
31
{
You can’t perform that action at this time.
0 commit comments