Compare commits

...

1 Commits

Author SHA1 Message Date
Pierre-Loic Doulcet d5ca262ce6 add html support 2024-04-23 11:21:27 +08:00
+3
View File
@@ -146,4 +146,7 @@ SUPPORTED_FILE_TYPES = [
".sti",
# ebook
".epub",
# html
".html",
".htm",
]