fix: move logo to static folder and update template paths

This commit is contained in:
2026-03-12 12:46:04 +08:00
parent f50fdef263
commit a38f5de32a
6 changed files with 11 additions and 40 deletions

View File

@@ -98,10 +98,11 @@ FLASK_DEBUG=1 python src/app.py
## Version History
| Version | Description | Date |
|---------|-------------|------|
| v1 | Original Flask + Bootstrap interface (archived in `src_v1/`) | Pre-2026 |
| v2 | React/Next.js interface (in development in `v2/`) | 2026-03 |
| Version | Description | Date | Location |
|---------|-------------|------|----------|
| v1 | Flask + Bootstrap interface (archived) | Pre-2026 | `src_v1/` |
| v1 | Flask + Bootstrap interface (active) | 2026-03 | `src/` |
| v2 | React/Next.js interface (in development) | 2026-03 | `v2/` |
## Project Structure