File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 2 files changed +5
-5
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 @@ -5,7 +5,7 @@ import { ref } from 'vue'
5
5
6
6
const showContactModal = ref (false )
7
7
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 ' )
9
9
10
10
let data = {
11
11
pricing: [
You can’t perform that action at this time.
0 commit comments