2
0

add documentation types settings

This commit is contained in:
Glax 2024-10-20 18:32:57 +02:00
parent f9a30f2587
commit f57667bc8f

View File

@ -101,6 +101,22 @@
## Settings ## Settings
``` ```
{ {
"downloadLocation": string,
"workingDirectory": string,
"apiPortNumber": number,
"userAgent": string,
"bufferLibraryUpdates": boolean,
"bufferNotifications": boolean,
"version": number,
"aprilFoolsMode": boolean,
"requestLimits": {
"MangaInfo": number,
"MangaDexFeed": number,
"MangaDexImage": number,
"MangaImage": number,
"MangaCover": number,
"Default": number
}
} }
``` ```