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