From b29a9395f8b4ac63e890eb4387c8226142ea0d8f Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Fri, 17 Apr 2026 15:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEBUG.md | 17 +++++++++++++++++ web/include/hoj.css | 2 -- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 DEBUG.md diff --git a/DEBUG.md b/DEBUG.md new file mode 100644 index 0000000..156c10d --- /dev/null +++ b/DEBUG.md @@ -0,0 +1,17 @@ +# 调试说明 + +## 调试环境 + +- 目标网址:http://192.168.0.96/ +- 调试账号:`debug` +- 调试密码:`debug` + +## 更新方式 + +代码更新流程如下: + +1. 在本地完成修改后执行 git commit。 +2. 将提交 push 到服务器端对应仓库。 +3. 打开网页端提供的 git pull API 触发更新,使服务器拉取最新代码。 + +如需验证调试环境,优先使用上述账号登录目标网址,并通过网页端 git pull API 完成代码同步。 \ No newline at end of file diff --git a/web/include/hoj.css b/web/include/hoj.css index 339b6f9..077c293 100644 --- a/web/include/hoj.css +++ b/web/include/hoj.css @@ -77,8 +77,6 @@ h2 { body { background-color: #FFFFFF; background-image: url("../image/background.jpg"); - font-size:24px; - line-height:48px; } .hd { color: #FFFFFF;