feat: unify cloud workspace and release desktop v0.1.38

This commit is contained in:
237899745
2026-07-21 16:16:17 +08:00
parent e6f3556ab7
commit 465be72579
19 changed files with 6145 additions and 666 deletions

View File

@@ -2390,7 +2390,7 @@ server {
location / {
root ${PROJECT_DIR}/frontend;
index index.html;
try_files \$uri \$uri/ /index.html;
try_files \$uri \$uri/ =404;
}
# 后端API
@@ -2677,7 +2677,7 @@ server {
location / {
root ${PROJECT_DIR}/frontend;
index index.html;
try_files \$uri \$uri/ /index.html;
try_files \$uri \$uri/ =404;
}
# 后端API
@@ -2814,7 +2814,7 @@ server {
location / {
root ${PROJECT_DIR}/frontend;
index index.html;
try_files \$uri \$uri/ /index.html;
try_files \$uri \$uri/ =404;
}
# 后端API