From 771bc73515d1e0cfa5ab5a76fe97a3d538d37492 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 30 Jun 2021 22:12:36 +0800 Subject: [PATCH] docs: some tips of web page --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a21ed2..43756fa 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ shell> curl ip.343.re/8.8.8.8 ··· ``` -![echoIP-cli](https://pic.dnomd343.top/images/pkr.png) +![echoIP-cli](https://pic.dnomd343.top/images/X4F.png) ### 网页访问模式 @@ -40,7 +40,13 @@ shell> curl ip.343.re/8.8.8.8 ![echoIP-web](https://pic.dnomd343.top/images/FR5.png) -你可以尝试双击显示框空白处,将会弹出一个二维码,扫描可以直达当前页面。 ++ 双击IP字段,可获取当前数据库版本。 + ++ 点击AS编号,将跳转到该自治系统的详细信息页面。 + ++ 点击经纬度信息,将打开谷歌地球并显示该点的三维图像。 + ++ 双击显示框空白处,将会弹出一个二维码,扫描可以直达当前页面。 ## 如何部署 @@ -229,7 +235,7 @@ server { 交叉构建多架构镜像 ``` -shell> docker buildx build -t dnomd343/echoIP --platform="linux/amd64,linux/arm64,linux/386,linux/arm/v7" https://github.com/dnomd343/echoIP.git#master --push +shell> docker buildx build -t dnomd343/echoip --platform="linux/amd64,linux/arm64,linux/386,linux/arm/v7" https://github.com/dnomd343/echoIP.git#master --push ``` 制作echoIP镜像