From 7813ba0a47bf9afb975a9beaa89c8d940436fa4b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 15 May 2025 00:00:07 +0800 Subject: [PATCH] websockets to pricing --- v3/src/pages/ar/pricing.astro | 4 ++++ v3/src/pages/de/pricing.astro | 4 ++++ v3/src/pages/es/pricing.astro | 4 ++++ v3/src/pages/fr/pricing.astro | 4 ++++ v3/src/pages/it/pricing.astro | 4 ++++ v3/src/pages/ja/pricing.astro | 4 ++++ v3/src/pages/ko/pricing.astro | 4 ++++ v3/src/pages/pricing.astro | 4 ++++ v3/src/pages/pt/pricing.astro | 4 ++++ v3/src/pages/zh-cn/pricing.astro | 24 +++++++++++++++++++++--- v3/src/pages/zh-tw/pricing.astro | 4 ++++ 11 files changed, 61 insertions(+), 3 deletions(-) diff --git a/v3/src/pages/ar/pricing.astro b/v3/src/pages/ar/pricing.astro index 0dc0d27..57614c0 100644 --- a/v3/src/pages/ar/pricing.astro +++ b/v3/src/pages/ar/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'مولد العملاء المخصص', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'اشترِ الآن', diff --git a/v3/src/pages/de/pricing.astro b/v3/src/pages/de/pricing.astro index 73c3865..44e2615 100644 --- a/v3/src/pages/de/pricing.astro +++ b/v3/src/pages/de/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Benutzerdefinierter Client-Generator', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Jetzt kaufen', diff --git a/v3/src/pages/es/pricing.astro b/v3/src/pages/es/pricing.astro index 86f44ab..1ac777f 100644 --- a/v3/src/pages/es/pricing.astro +++ b/v3/src/pages/es/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Generador de cliente personalizado', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Comprar ahora', diff --git a/v3/src/pages/fr/pricing.astro b/v3/src/pages/fr/pricing.astro index f21f8d8..c40e7a5 100644 --- a/v3/src/pages/fr/pricing.astro +++ b/v3/src/pages/fr/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Générateur de client personnalisé', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Acheter maintenant', diff --git a/v3/src/pages/it/pricing.astro b/v3/src/pages/it/pricing.astro index 44332a7..8766170 100644 --- a/v3/src/pages/it/pricing.astro +++ b/v3/src/pages/it/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Generatore di client personalizzato', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Acquista ora', diff --git a/v3/src/pages/ja/pricing.astro b/v3/src/pages/ja/pricing.astro index 6e2ac88..d63c55d 100644 --- a/v3/src/pages/ja/pricing.astro +++ b/v3/src/pages/ja/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'カスタムクライアントジェネレーター', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: '今すぐ購入', diff --git a/v3/src/pages/ko/pricing.astro b/v3/src/pages/ko/pricing.astro index fd9b7d7..c230ad0 100644 --- a/v3/src/pages/ko/pricing.astro +++ b/v3/src/pages/ko/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: '맞춤 클라이언트 생성기', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: '지금 구매', diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro index 295c996..86c7ebf 100644 --- a/v3/src/pages/pricing.astro +++ b/v3/src/pages/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Custom client generator', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Buy now', diff --git a/v3/src/pages/pt/pricing.astro b/v3/src/pages/pt/pricing.astro index 3bd8e1b..f7b19ca 100644 --- a/v3/src/pages/pt/pricing.astro +++ b/v3/src/pages/pt/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: 'Gerador de cliente personalizado', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: 'Comprar agora', diff --git a/v3/src/pages/zh-cn/pricing.astro b/v3/src/pages/zh-cn/pricing.astro index 1499317..309b8ff 100644 --- a/v3/src/pages/zh-cn/pricing.astro +++ b/v3/src/pages/zh-cn/pricing.astro @@ -5,8 +5,8 @@ import Prices from '~/components/widgets/Pricing.astro'; import FAQs from '~/components/widgets/FAQs.astro'; import Steps from '~/components/widgets/Steps.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; -import { Image } from 'astro:assets'; -import wxImage from '~/assets/images/wx.png'; +//import { Image } from 'astro:assets'; +//import wxImage from '~/assets/images/wx.png'; const metadata = { title: '定价', @@ -161,6 +161,10 @@ const metadata = { description: '自定义客户端生成器', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: '立即购买', @@ -255,13 +259,27 @@ const metadata = { }, ]} /> - + + + + 联系我们获取更大的计划和咨询 + diff --git a/v3/src/pages/zh-tw/pricing.astro b/v3/src/pages/zh-tw/pricing.astro index be359ba..d261c3a 100644 --- a/v3/src/pages/zh-tw/pricing.astro +++ b/v3/src/pages/zh-tw/pricing.astro @@ -157,6 +157,10 @@ const metadata = { description: '自定義客戶端生成器', }, + { + description: + 'WebSocket', + }, ], callToAction: { text: '立即購買',