feat: mobile forgot-password redesign, navbar/search updates, vite proxy and request tweaks

This commit is contained in:
chunyu
2026-09-04 12:53:05 +08:00
parent a14badf8f7
commit 5bb503ff2c
12 changed files with 1224 additions and 866 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ server {
}
# API 反代(路由分散在 /api /user /bug /article /chat /learn /message /tool /history /media 等前缀下)
location ~ ^/(api|user|bug|article|chat|learn|message|tool|history|media)/ {
location ~ ^/(api|user|bug|article|chat|learn|message|tool|history|media|search|app|logs|s)/ {
proxy_pass http://127.0.0.1:8000;
proxy_http_version 1.1;
proxy_set_header Host $host;