Skip to content

Commit 9de9feb

Browse files
committed
Fix desktop page again
1 parent cbe2cb9 commit 9de9feb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/.vuepress/components/Desktop.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ console.log(plat.value)
5252
5353
let text = {
5454
down: "Download",
55-
website: "Website",
55+
// website: "Website",
5656
}
5757
5858
const fullPlat = computed(() => {
@@ -71,7 +71,7 @@ const options = computed(() => {
7171
if (location.pathname.startsWith("/zh/")) {
7272
text = {
7373
down: "下载",
74-
website: "官网",
74+
// website: "官网",
7575
}
7676
}
7777
@@ -92,9 +92,9 @@ function openWebsite() {
9292
<template>
9393
<NSpace align="center" vertical size="large">
9494
<NSpace class="btn">
95-
<NButton size="large" type="info" @click="openWebsite" tertiary>{{
95+
<!-- <NButton size="large" type="info" @click="openWebsite" tertiary>{{
9696
text.website
97-
}}</NButton>
97+
}}</NButton> -->
9898
<NButtonGroup>
9999
<NDropdown
100100
trigger="hover"

docs/.vuepress/navbar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const en = navbar([
2525
children: [
2626
{ text: "Demo", link: "https://alist.pages.dev/" },
2727
{ text: "V2", link: "https://alist-doc.nn.ci" },
28-
{ text: "Desktop", link: "https://ad.nn.ci/" },
28+
// { text: "Desktop", link: "https://ad.nn.ci/" },
2929
],
3030
},
3131
{

docs/.vuepress/navbar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const zh = navbar([
2525
children: [
2626
{ text: "演示", link: "https://alist.pages.dev/" },
2727
{ text: "V2", link: "https://alist-doc.nn.ci" },
28-
{ text: "桌面版", link: "https://ad.nn.ci/" },
28+
// { text: "桌面版", link: "https://ad.nn.ci/" },
2929
],
3030
},
3131
{

0 commit comments

Comments
 (0)