Clean code; Refactor environment to pass screenshot content instead of path

This commit is contained in:
Timothyxxx
2024-04-13 23:34:01 +08:00
parent b9ae9b72b2
commit 9c75df5dce
10 changed files with 144 additions and 213 deletions

View File

@@ -99,6 +99,7 @@ from .gimp import (
check_image_file_size
)
from .libreoffice import check_libre_locale
from .others import compare_epub, check_mp3_meta
from .pdf import check_pdf_pages
from .slides import (
check_presenter_console_disable,
@@ -150,7 +151,7 @@ from .vscode import (
check_html_background_image,
compare_zip_files
)
from .others import compare_epub, check_mp3_meta
def infeasible():
pass