feat(front): 覆盖 front 并完善登录快传入口与中文文案

This commit is contained in:
yoyuzh
2026-04-10 01:09:06 +08:00
parent 99e00cd7f7
commit 12005cc606
210 changed files with 4860 additions and 23900 deletions

View File

@@ -7,12 +7,3 @@ GEMINI_API_KEY="MY_GEMINI_API_KEY"
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
# Used for self-referential links, OAuth callbacks, and API endpoints.
APP_URL="MY_APP_URL"
# Optional: direct API base path used by the frontend.
VITE_API_BASE_URL="/api"
# Optional: backend origin used by the Vite dev proxy.
VITE_BACKEND_URL="http://localhost:8080"
# Enable the dev-login button when the backend runs with the dev profile.
VITE_ENABLE_DEV_LOGIN="true"