调整暂存帮助部分结构 & 简化获取当前用户IP代码
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user