6b9953625e
- Add AnimatedPanel component with CSS transition-based enter/exit for Profile popover and Notification panel (140ms scale+fade) - Add nav-activate-pulse animation for floating-nav active indicator (320ms glow) - Add tool-panel-fade-in crossfade when switching ecommerce tools - Add carousel-card-label slide-up-in 260ms on active carousel card - Add feature-visual img hover scale(1.03)+brightness, experience-route hover translateY(-2px) - Add community-case-card--mosaic hover scale(1.02)+shadow lift - Add directional PageTransition: forward→slideX(20px), backward→slideX(-20px) - Move vite proxy target from hardcoded IP to VITE_DEV_PROXY env variable - Add .env.example for developer onboarding Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
234 B
Bash
8 lines
234 B
Bash
# Dev proxy target — the backend API server
|
|
VITE_DEV_PROXY=http://47.110.225.76:3600
|
|
|
|
# Key server URL for auth/profile endpoints
|
|
VITE_KEY_SERVER_URL=
|
|
|
|
# Main API base URL (used when not served from omniai.net.cn)
|
|
VITE_API_BASE_URL= |