调整暂存帮助部分结构 & 简化获取当前用户IP代码

This commit is contained in:
Eamon-meng
2025-12-04 15:52:21 +08:00
parent a1c80ba588
commit aa2ce853b8
14 changed files with 63 additions and 282 deletions

View File

@@ -333,7 +333,7 @@ export default function WhitelistPage(props: WhitelistPageProps) {
className="shrink-0"
theme="outline"
>
{wait ? <Loader2 className="w-4 h-4 animate-spin"/> : '获取当前IP'}
{wait ? <Loader2 className="w-4 h-4 animate-spin"/> : '使用当前IP'}
</Button>
</div>
)}