From 3aac1769d49a00d9d5d2b3a2584dc0b2c726ea8a Mon Sep 17 00:00:00 2001 From: Zxilly Date: Sun, 21 Jul 2024 02:52:30 +0800 Subject: [PATCH] feat: add more info to page --- uacheck/index.php | 71 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 61 insertions(+), 10 deletions(-) diff --git a/uacheck/index.php b/uacheck/index.php index ecca469..a5733fa 100644 --- a/uacheck/index.php +++ b/uacheck/index.php @@ -2,7 +2,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; ?> - + @@ -15,7 +15,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; background-color: #f0f0f0; } - .user-agent { + .block { background-color: #fff; border: 1px solid #ddd; padding: 20px; @@ -29,7 +29,7 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; } @media (min-width: 1200px) { - .user-agent { + .block { max-width: 800px; margin: 20px auto; } @@ -38,19 +38,55 @@ $userAgent = $_SERVER['HTTP_USER_AGENT']; font-size: 24px; } } + + button { + background-color: #f8f9fa; + border: 1px solid #ccc; + color: #333; + padding: 10px 20px; + border-radius: 5px; + cursor: pointer; + font-size: 16px; + margin-top: 10px; + } + + -
+

服务器端 User-Agent:

-
+

用户端 User-Agent:

-
-

UA2F 状态:

+
+

IP 地址:

+

+
+
+

端口:

+

+ + + + + + +
+
+

UA2F 推测状态:

\ No newline at end of file