Create a whatsapp-alike theme #97

This commit is contained in:
KnugiHK
2025-01-02 16:01:25 +08:00
parent 7117716e5b
commit a0b8167121
4 changed files with 391 additions and 9 deletions

View File

@@ -760,9 +760,10 @@ def create_html(
offline_static=False,
maximum_size=None,
no_avatar=False,
filter_empty=True
filter_empty=True,
experimental=False
):
template = setup_template(template, no_avatar)
template = setup_template(template, no_avatar, experimental)
total_row_number = len(data)
print(f"\nGenerating chats...(0/{total_row_number})", end="\r")