From 441d39af0ade5071966d4912ffe7d1728fc02631 Mon Sep 17 00:00:00 2001 From: jingrow Date: Fri, 9 Jan 2026 22:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=E5=A2=9E=E5=8A=A0stripe=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/BuyPrepaidCreditsForm.vue | 39 +++++++++++++++++-- dashboard/src/components/StripeLogo.vue | 4 +- dashboard/vite.config.ts | 2 +- 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/dashboard/src/components/BuyPrepaidCreditsForm.vue b/dashboard/src/components/BuyPrepaidCreditsForm.vue index 878be7a..bc710cc 100644 --- a/dashboard/src/components/BuyPrepaidCreditsForm.vue +++ b/dashboard/src/components/BuyPrepaidCreditsForm.vue @@ -20,7 +20,7 @@
{{ $t('Payment Method') }}
-
+
+ +
- {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : $t('WeChat Pay') }) }} + {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : paymentGateway === 'WeChatPay' ? $t('WeChat Pay') : $t('Stripe') }) }}
+ +