main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit dbeca07573 - Show all commits

View File

@ -75,14 +75,14 @@
>
管理DNS
</Button>
<Button
<!-- <Button
@click="toggleAutoRenew"
:loading="autoRenewLoading"
variant="outline"
class="bg-gray-100 text-gray-700 hover:bg-gray-200"
>
{{ $domain.pg.auto_renew ? '关闭自动续费' : '开启自动续费' }}
</Button>
</Button> -->
<Button
@click="toggleWhoisProtection"
:loading="whoisProtectionLoading"