select currency

This commit is contained in:
rustdesk
2026-04-17 22:53:01 +08:00
parent e99aa52fd4
commit efc6384490
15 changed files with 429 additions and 58 deletions

View File

@@ -840,7 +840,7 @@ window.addEventListener("load", function() {
title: '请确认',
text: '你是否要继续前往购买页面请注意你所购买的不是SaaS软件即服务订阅而是一项自助托管解决方案的许可证。你需要将其部署在自己的服务器上。',
icon: 'question',
showCancelButton: true,
showCancelButton: true, reverseButtons: true,
confirmButtonText: '是',
cancelButtonText: '否',
}).then((result) => {
@@ -849,7 +849,7 @@ window.addEventListener("load", function() {
title: '请确认',
text: '请注意,我们不提供退款。 我们强烈建议您在考虑购买专业版计划之前先测试我们的免费版本。 您还有兴趣继续吗?',
icon: 'question',
showCancelButton: true,
showCancelButton: true, reverseButtons: true,
confirmButtonText: '是',
cancelButtonText: '否',
}).then((result) => {