Commit Graph

7 Commits

Author SHA1 Message Date
empty
3f59b324ad fix: Remove hardcoded ports, support custom port configuration
- Replace all hardcoded localhost:8000/3000/8501 with environment variables
- Frontend: Use API_PORT env var in next.config.ts
- Backend: Use API_PORT env var in editor.py and quality.py
- Web UI: Use API_PORT and EDITOR_PORT env vars in all Streamlit pages
- Update dev.sh to pass environment variables to all services
- Add .env.example with port configuration template

Now supports custom ports via environment variables:
  API_PORT=8080 EDITOR_PORT=3001 WEB_PORT=8502 ./dev.sh

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 16:13:02 +08:00
empty
96eacf06ba feat: Add editor enhancements - export video, audio preview, publish panel, configurable ports 2026-01-06 17:29:43 +08:00
empty
ca018a9b1f feat: Add comprehensive timeline editor with frame editing and regeneration capabilities 2026-01-05 14:48:43 +08:00
puke
4ff3c50cf3 侧边栏内置FAQ 2025-12-10 16:38:35 +08:00
puke
6e99612a68 重构pipeline的UI架构,支持后续pipeline的动态拓展 2025-12-04 22:25:41 +08:00
puke
dfa2f76c5b 支持历史生成结果的呈现逻辑 2025-11-18 17:51:56 +08:00
puke
8a3cfdedda 重构webui的页面代码 2025-11-17 20:44:17 +08:00