This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from hardingadonis/develop
develop: update for Eyes_Protection_Reminder - v4.1.1 - done
- Loading branch information
Showing
18 changed files
with
171 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,17 +63,17 @@ jobs: | |
uses: TheDoctor0/[email protected] | ||
with: | ||
type: zip | ||
filename: Eyes_Protection_Reminder_v4.1.0.Windows.${{ matrix.architecture }}.zip | ||
path: ${{ github.workspace }}\build\source\Eyes_Protection_Reminder_v4.1.0.Windows.${{ matrix.architecture }}.exe | ||
filename: Eyes_Protection_Reminder_v4.1.1.Windows.${{ matrix.architecture }}.zip | ||
path: ${{ github.workspace }}\build\source\Eyes_Protection_Reminder_v4.1.1.Windows.${{ matrix.architecture }}.exe | ||
|
||
- name: Upload built executable file | ||
uses: tanyagray/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ needs.update_release_draft.outputs.upload_url }} | ||
asset_path: ${{ github.workspace }}\Eyes_Protection_Reminder_v4.1.0.Windows.${{ matrix.architecture }}.zip | ||
asset_name: Eyes_Protection_Reminder_v4.1.0.Windows.${{ matrix.architecture }}.zip | ||
asset_path: ${{ github.workspace }}\Eyes_Protection_Reminder_v4.1.1.Windows.${{ matrix.architecture }}.zip | ||
asset_name: Eyes_Protection_Reminder_v4.1.1.Windows.${{ matrix.architecture }}.zip | ||
asset_content_type: application/zip | ||
|
||
publish_release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.10.2) | ||
|
||
project(Eyes_Protection_Reminder VERSION 4.1.0) | ||
project(Eyes_Protection_Reminder VERSION 4.1.1) | ||
|
||
add_subdirectory(libs/wxWidgets) | ||
add_subdirectory(source) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Eyes Protection Reminder - Usage | ||
|
||
## Requirements | ||
|
||
- Windows OS such as: | ||
- Windows XP | ||
- Windows 7 | ||
- Windows 8/8.1 | ||
- Windows 10 | ||
- Windows 11 | ||
|
||
## Usage | ||
|
||
### Download Eyes Protection Reminder | ||
|
||
You can download the binary in [here](https://github.com/hardingadonis/Eyes_Protection_Reminder/releases/tag/v4.1.1). | ||
|
||
Choose one of two: | ||
|
||
- *.Windows.x86 for Windows 32 bit. | ||
- *.Windows.x64 for Windows 64 bit. | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_1.png" /> | ||
</p> | ||
|
||
### Extract and open Eyes Protection Reminder | ||
|
||
After downloading **Eyes Protection Reminder**, we will extract and run it. | ||
|
||
This is the main interface of **Eyes Protection Reminder**. | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_2.png" /> | ||
</p> | ||
|
||
### Main functions | ||
|
||
- **Start** button to begin the timer. | ||
- **Stop** button to stop the timer. | ||
- When the timer is over, **Eyes Protection Reminder** will send a notification for you like this: | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_3.png" /> | ||
</p> | ||
|
||
## Hotkey | ||
|
||
- **F1**: to open **About Dialog**. | ||
- **F2**: to hide **Eyes Protection Reminder**. | ||
- **F3**: to open **Settings Dialog**. | ||
- **Alt+F4**: to exit **Eyes Protection Reminder**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Eyes Protection Reminder - Cách sử dụng | ||
|
||
## Yêu cầu | ||
|
||
- Hệ điều hành Windows: | ||
- Windows XP | ||
- Windows 7 | ||
- Windows 8/8.1 | ||
- Windows 10 | ||
- Windows 11 | ||
|
||
## Cách sử dụng | ||
|
||
### Tải Eyes Protection Reminder | ||
|
||
Bạn có thể tải **Eyes Protection Reminder** [tại đây](https://github.com/hardingadonis/Eyes_Protection_Reminder/releases/tag/v4.1.1). | ||
|
||
Chọn một trong hai: | ||
|
||
- *.Windows.x86 for Windows 32 bit. | ||
- *.Windows.x64 for Windows 64 bit. | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_1.png" /> | ||
</p> | ||
|
||
### Giải nén và chạy Eyes Protection Reminder | ||
|
||
Sau khi tải xuống **Eyes Protection Reminder**, chúng ta sẽ giải nén và chạy cái tool này. | ||
|
||
Đây là giao diện chính của **Eyes Protection Reminder**. | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_2.png" /> | ||
</p> | ||
|
||
### Chức năng chính | ||
|
||
- Nút **Start** để bắt đầu tính giờ. | ||
- Nút **Stop** để dừng việc tính giờ lại. | ||
- Khi thời gian kết thúc, **Eyes Protection Reminder** gửi cho chúng ta một cái thông báo như sau: | ||
|
||
<p align="center"> | ||
<img src="https://github.com/hardingadonis/Eyes_Protection_Reminder/blob/main/docs/imgs/EPR_docs_image_3.png" /> | ||
</p> | ||
|
||
## Phím tắt | ||
|
||
- **F1**: để mở **About Dialog**. | ||
- **F2**: để ẩn **Eyes Protection Reminder**. | ||
- **F3**: để mở **Settings Dialog**. | ||
- **Alt+F4**: để thoát **Eyes Protection Reminder**. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.