feat:更新上传图片组件

This commit is contained in:
2026-02-03 23:16:19 +08:00
parent 94270b923c
commit e5e1e5e2b3
9 changed files with 100 additions and 70 deletions

View File

@@ -8,6 +8,8 @@ server {
server_name _;
client_max_body_size 500M;
location /sweet-hut/ {
alias /usr/share/nginx/html/;
try_files $uri $uri/ /sweet-hut/index.html;