chore: merge main branch from remote
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m45s

This commit is contained in:
sexygoat
2026-04-08 19:35:20 +08:00

View File

@@ -19,6 +19,9 @@ server {
location / {
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-cache, no-store, must-revalidate";
add_header Pragma "no-cache";
add_header Expires "0";
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {