Skip to content

Commit e32c89f

Browse files
committed
Fix: 恢复官网按钮
1 parent 9861a76 commit e32c89f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/components/Pricing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ref } from 'vue'
55
66
const showContactModal = ref(false)
77
8-
const qrCode = ref('https://oss.hutool.cn/hutool/kefu/WechatIMG659.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG659.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250521%2F%2Fs3%2Faws4_request&X-Amz-Date=20250521T033551Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=80705eb9d83b08197efb61cfe90cb7446e93f195291d3f226d00fbe55592d4fa')
8+
const qrCode = ref('https://oss.hutool.cn/hutool/kefu/WechatIMG659.jpg?Content-Disposition=attachment%3B%20filename%3D%22kefu%2FWechatIMG659.jpg%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=admin%2F20250528%2F%2Fs3%2Faws4_request&X-Amz-Date=20250528T030557Z&X-Amz-Expires=432000&X-Amz-SignedHeaders=host&X-Amz-Signature=b555937f4771d0bad5bc12fd90795105b74eeaa6b1e3d60751ea3038dc72d5fd')
99
1010
let data = {
1111
pricing: [

0 commit comments

Comments
 (0)