From 5055938a1f5fd9b97f6f11894fbc707cf4d616c7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 2 Sep 2024 12:38:32 +0900 Subject: [PATCH] Updated Screen Time Feature (markdown) --- Screen-Time-Feature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Screen-Time-Feature.md b/Screen-Time-Feature.md index 2975d8e..9d2f6c4 100644 --- a/Screen-Time-Feature.md +++ b/Screen-Time-Feature.md @@ -3,7 +3,7 @@ Starting from WelsonJS version 0.2.7.27, a feature called 'Screen Time' is suppo This was introduced to enable integration with highly restrictive applications. It is useful in cases where integration methods like APIs are not supported, and the status can only be checked visually on the computer screen. -***This feature does not allow operation in the background.*** It only functions in User Interactive mode, where users can monitor the progress. +***This feature does not allow operation in the background.*** It only functions in `User Interactive` mode, where users can monitor the progress. ## How to Use @@ -19,7 +19,7 @@ This was introduced to enable integration with highly restrictive applications. 2. Place the template (image fragment) you want to match in PNG format in the `app/assets/img/_templates` directory. If you need to ignore color values (grayscale), prefix the file name with `binary_`. -3. Run the service in User Interactive mode. Execute the `startInteractiveService.bat` file. +3. Run the service in `User Interactive` mode. Execute the `startInteractiveService.bat` file. 4. Through the `onServiceScreenTime()` event, you can receive the name of the matched template (image fragment) and the coordinates where it was matched. You can find an example of usage in `defaultService.js`.