From ef3877a49a84b6e49a17331db7107cfb33051d60 Mon Sep 17 00:00:00 2001 From: catus felis Date: Sun, 1 Dec 2024 02:30:31 +0700 Subject: [PATCH] Updates summary --- bin/dict_summary.py | 4 +++- dict/dict_summary.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/dict_summary.py b/bin/dict_summary.py index 74292ab..9e454fe 100644 --- a/bin/dict_summary.py +++ b/bin/dict_summary.py @@ -149,7 +149,9 @@ def main(): # Generate the markdown table from the JSON data markdown_table = generate_markdown_table(data) - count_info = f"\n\nCó tổng cộng **{len(data)}** file từ điển.\nTổng số file download **{len(data)*(len(extensions)+1)}**" + count_info = f"\n\nCó tổng cộng **{len(data)}** file từ điển.\nTổng số file download **{len(data)*(len(extensions)+1)}**\n\n" + + print(count_info) markdown_table += count_info diff --git a/dict/dict_summary.md b/dict/dict_summary.md index b467ba6..5160241 100644 --- a/dict/dict_summary.md +++ b/dict/dict_summary.md @@ -28,4 +28,5 @@ | 26 | Từ điển từ Hán Việt Thiền Chửu v1.0 | Từ điển từ Hán Việt Thiền Chửu | Tiếng Việt (vi) | Tiếng Việt (vi) | | https://github.com/catusphan/dictionary | 1.0 | 9898 | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.dictd.zip) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.dsl.dz) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.epub) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.kobo.zip) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.mobi) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.stardict.zip) | [Download](https://github.com/catusf/tudien/releases/tag/v3.0/TudienThienChuu.yomitan.zip) | Có tổng cộng **26** file từ điển. -Tổng số file download **208** \ No newline at end of file +Tổng số file download **208** +