Update index.html

This commit is contained in:
Tara Rostami 2024-02-14 17:47:57 +03:30 committed by GitHub
parent 209110b9db
commit 7d7385cc22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,8 +143,9 @@
</a-col>
<a-col :sm="24" :lg="12">
<a-card hoverable>
<b>{{ i18n "pages.index.pubilcIpInfo" }}:</b>
<a-tag>
<a-row>
<a-col :span="12">
<a-tag>
<a-tooltip>
<a-icon type="global"></a-icon> IPv4
<template slot="title">
@ -152,6 +153,8 @@
</template>
</a-tooltip>
</a-tag>
</a-col>
<a-col :span="12">
<a-tag>
<a-tooltip>
<a-icon type="global"></a-icon> IPv6
@ -159,7 +162,9 @@
[[ status.publicIP.ipv6 ]]
</template>
</a-tooltip>
</a-tag>
</a-tag>
</a-col>
</a-row>
</a-card>
</a-col>
<a-col :sm="24" :lg="12">