Showing
1 changed file
with
5 additions
and
4 deletions
| @@ -254,10 +254,11 @@ BettaFish/ | @@ -254,10 +254,11 @@ BettaFish/ | ||
| 254 | ├── templates/ # Flask frontend templates | 254 | ├── templates/ # Flask frontend templates |
| 255 | │ └── index.html # Main interface HTML | 255 | │ └── index.html # Main interface HTML |
| 256 | ├── static/ # Static resources | 256 | ├── static/ # Static resources |
| 257 | -│ └── image/ # Image resources | ||
| 258 | -│ ├── logo_compressed.png | ||
| 259 | -│ ├── framework.png | ||
| 260 | -│ └── ... | 257 | +│ ├── image/ # Image resources |
| 258 | +│ │ └── ... | ||
| 259 | +│ ├── Partial README for PDF Exporting/ # PDF export dependency setup guide | ||
| 260 | +│ └── v2_report_example/ # Report rendering examples | ||
| 261 | +│ └── report_all_blocks_demo/ # Full block types demo (HTML/PDF/MD) | ||
| 261 | ├── logs/ # Runtime log directory | 262 | ├── logs/ # Runtime log directory |
| 262 | ├── final_reports/ # Final generated report files | 263 | ├── final_reports/ # Final generated report files |
| 263 | │ ├── ir/ # Report IR JSON files | 264 | │ ├── ir/ # Report IR JSON files |
-
Please register or login to post a comment