Skip to content

Commit

Permalink
Updates summary
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf authored Nov 30, 2024
1 parent 4754605 commit ef3877a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/dict_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion dict/dict_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Tổng số file download **208**

0 comments on commit ef3877a

Please sign in to comment.