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,7 +143,8 @@
</a-col> </a-col>
<a-col :sm="24" :lg="12"> <a-col :sm="24" :lg="12">
<a-card hoverable> <a-card hoverable>
<b>{{ i18n "pages.index.pubilcIpInfo" }}:</b> <a-row>
<a-col :span="12">
<a-tag> <a-tag>
<a-tooltip> <a-tooltip>
<a-icon type="global"></a-icon> IPv4 <a-icon type="global"></a-icon> IPv4
@ -152,6 +153,8 @@
</template> </template>
</a-tooltip> </a-tooltip>
</a-tag> </a-tag>
</a-col>
<a-col :span="12">
<a-tag> <a-tag>
<a-tooltip> <a-tooltip>
<a-icon type="global"></a-icon> IPv6 <a-icon type="global"></a-icon> IPv6
@ -160,6 +163,8 @@
</template> </template>
</a-tooltip> </a-tooltip>
</a-tag> </a-tag>
</a-col>
</a-row>
</a-card> </a-card>
</a-col> </a-col>
<a-col :sm="24" :lg="12"> <a-col :sm="24" :lg="12">