use wx for cn

This commit is contained in:
rustdesk 2025-04-15 15:57:24 +08:00
parent ab63b23856
commit cc3a8e7de9
2 changed files with 6 additions and 10 deletions

BIN
v3/src/assets/images/wx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -5,6 +5,8 @@ import Prices from '~/components/widgets/Pricing.astro';
import FAQs from '~/components/widgets/FAQs.astro'; import FAQs from '~/components/widgets/FAQs.astro';
import Steps from '~/components/widgets/Steps.astro'; import Steps from '~/components/widgets/Steps.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';
import { Image } from 'astro:assets';
import wxImage from '~/assets/images/wx.png';
const metadata = { const metadata = {
title: '定价', title: '定价',
@ -254,17 +256,11 @@ const metadata = {
]} ]}
/> />
<CallToAction <CallToAction>
actions={[
{
text: 'sales@rustdesk.com',
href: 'mailto:sales@rustdesk.com',
target: '_blank',
icon: 'tabler:mail',
},
]}
>
<Fragment slot="title">联系我们获取更大的计划和咨询</Fragment> <Fragment slot="title">联系我们获取更大的计划和咨询</Fragment>
<Fragment slot="subtitle">
<Image src={wxImage} alt="微信二维码" class="mx-auto mt-4" width={128} height={128} />
</Fragment>
</CallToAction> </CallToAction>
<!-- Steps Widget ****************** --> <!-- Steps Widget ****************** -->