update:更新Router结构,和启动脚本文件

This commit is contained in:
2024-12-25 08:43:18 +08:00
parent 86a47a8aab
commit dbcb6a79de
7 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ def raedZip(bookid: str, index: int):
image_files = [
file
for file in zip_ref.namelist()
if file.lower().endswith((".png", ".jpg", ".jpeg"))
if file.lower().endswith((".png", ".jpg", ".jpeg", ".gif", ".bmp", ".webp"))
]
if not image_files: