diff --git a/foreign-server/src/main/resources/static/proxyIp.html b/foreign-server/src/main/resources/static/proxyIp.html
index 3b78f2b..bff8d8e 100644
--- a/foreign-server/src/main/resources/static/proxyIp.html
+++ b/foreign-server/src/main/resources/static/proxyIp.html
@@ -206,42 +206,51 @@
代理IP列表
-
+
+
- {{ scope.row.id }}
+ {{ scope.row.ip }}
-
+
{{ scope.row.country }}
-
+
- {{ scope.row.ip }}
+ {{ scope.row.pingValue }}
-
+
- {{ scope.row.pingValue }}
+ {{ scope.row.createTime }}
-
+
- {{ scope.row.createTime }}
+ {{ scope.row.id }}
-
+
+
- 解析到CF
-
- 获取IP信息
-
+
+
+
+
+
+
+
+
+
@@ -252,7 +261,7 @@ 代理IP列表
:current-page="pageParams.currentPage"
:page-size="pageParams.pageSize"
:total="pageParams.total"
- :page-sizes="[5, 10, 15, 20, 100, 300]"
+ :page-sizes="[5, 25, 50, 100, 300]"
layout="total, sizes, prev, pager, next, jumper"
>