feat:更新布局样式

This commit is contained in:
2026-04-28 23:09:30 +08:00
parent 7b7150fec9
commit 45d57f7184
18 changed files with 150 additions and 374 deletions

8
nginx.conf Normal file
View File

@@ -0,0 +1,8 @@
server {
listen 80;
server_name _;
# 设置根目录
root /usr/share/nginx/html;
index index.html;
}