📝 docs: 添加调试说明文档
This commit is contained in:
17
DEBUG.md
Normal file
17
DEBUG.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 调试说明
|
||||
|
||||
## 调试环境
|
||||
|
||||
- 目标网址:http://192.168.0.96/
|
||||
- 调试账号:`debug`
|
||||
- 调试密码:`debug`
|
||||
|
||||
## 更新方式
|
||||
|
||||
代码更新流程如下:
|
||||
|
||||
1. 在本地完成修改后执行 git commit。
|
||||
2. 将提交 push 到服务器端对应仓库。
|
||||
3. 打开网页端提供的 git pull API 触发更新,使服务器拉取最新代码。
|
||||
|
||||
如需验证调试环境,优先使用上述账号登录目标网址,并通过网页端 git pull API 完成代码同步。
|
||||
@@ -77,8 +77,6 @@ h2 {
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
background-image: url("../image/background.jpg");
|
||||
font-size:24px;
|
||||
line-height:48px;
|
||||
}
|
||||
.hd {
|
||||
color: #FFFFFF;
|
||||
|
||||
Reference in New Issue
Block a user