Skip to content

Commit

Permalink
Updated on 2024.05.22
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBoy247 committed May 21, 2024
1 parent 1adea10 commit 1ad0523
Showing 1 changed file with 506 additions and 94 deletions.
Loading

1 comment on commit 1ad0523

@BlueBoy247
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改動摘要

  1. 多語言支援
    • 新增了對繁體中文和英文語言的支援。
  2. 新增程式選單
    • 現在使用者可以透過選單進行 問題反饋贊助專案切換語言 等操作。
  3. 自動檢查更新
    • 新增檢查更新功能,現在它會開啟時自動檢查版本,並顯示更多關於最新版本的詳細資訊。
  4. 添加註解
    • 提供中英程式註解,提高程式碼可維護性。
  5. 更新程式主畫面
    • 使用ttk優化元件外觀並優化界面排版。
  6. 更新下載中視窗
    • 新增動畫避免使用者誤以為程式未響應。

Change Summary

  1. Multilingual Support
    • Added support for traditional Chinese and English languages.
  2. Added Program Menu
    • Users can now perform actions such as Issue Report, Donate, and Change Language through the program menu.
  3. Automatic Update Check
    • Implemented automatic update check upon program launch, providing detailed information about the latest version.
  4. Added Docstrings
    • Provided docstrings in both Chinese and English to enhance code maintainability.
  5. Updated Program Main Interface
    • Enhanced the appearance of components using ttk and optimized the layout of the user interface.
  6. Updated Download Progress Window
    • Added animation to prevent users from mistakenly assuming unresponsiveness during downloads.

Please sign in to comment.