Update note.md

This commit is contained in:
Yuvi9587
2025-07-03 18:41:50 +05:30
committed by GitHub
parent a00d9de546
commit 56922dcd47

View File

@@ -17,9 +17,7 @@ KemonoDownloader/
├── assets/ # Icons and other static files ├── assets/ # Icons and other static files
│ └── Kemono.ico │ └── Kemono.ico
├── data/ # Stuff that gets saved (user config, cookies, etc.) ├── data/ # Stuff that gets saved (user config, cookies, etc.)
── creators.json ── creators.json
│ ├── Known.txt
│ └── cookies.txt
├── logs/ # Error logs and other output ├── logs/ # Error logs and other output
│ └── uncaught_exceptions.log │ └── uncaught_exceptions.log
└── src/ # Main code lives here └── src/ # Main code lives here