Merge remote changes with local modifications

- Add docx and html2pdf.js export functionality (from remote)
- Update backend with new API endpoints
- Sync local configuration changes
This commit is contained in:
2026-03-10 23:10:11 +08:00
parent 2ad57887cd
commit 8d89c2a0f6
6 changed files with 83 additions and 592 deletions
-2
View File
@@ -1,5 +1,3 @@
export const DEBUG = import.meta.env.DEV
const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'https://api.imageteach.tech:8002'
export const API_URL = import.meta.env.VITE_API_URL || `${API_BASE_URL}/v1/completions`