From 0774fe13434ce16f3679a31ef3ddec66355510c7 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 22 Dec 2024 11:16:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=BB=91=E5=AE=9A=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增了游戏账号绑定页面的 HTML 结构和样式 - 添加了页面头部的 meta 信息,优化了 SEO 和移动设备适配 - 集成了 Layer 弹窗库和自定义 JavaScript 功能 - 优化了页面布局,增加了防作弊措施(禁止右键、选择和拖拽) --- linuxdo.php | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/linuxdo.php b/linuxdo.php index 98103d7..63a7a1e 100644 --- a/linuxdo.php +++ b/linuxdo.php @@ -137,8 +137,49 @@ function get_curl($url, $post = 0, $referer = 0, $cookie = 0, $header = 0, $ua = curl_close($ch); return $ret; } -if (empty($row)) { - ?> +?> + + +
+ + + + + + + + + + + + + + + + +