File tree Expand file tree Collapse file tree
docs/.vuepress/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ console.log(plat.value)
5252
5353let text = {
5454 down: " Download" ,
55- // website: "Website",
55+ website: " Website" ,
5656}
5757
5858const fullPlat = computed (() => {
@@ -71,7 +71,7 @@ const options = computed(() => {
7171if (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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ref } from 'vue'
55
66const 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
1010let data = {
1111 pricing: [
You can’t perform that action at this time.
0 commit comments