feat(hayabusa): add auto-case scoring and 6h automation

This commit is contained in:
igor04091968
2026-05-21 20:47:49 +03:00
parent 4e4898828b
commit 0c88b519ee
22 changed files with 757 additions and 32 deletions
@@ -2,9 +2,9 @@
#define MyAppVersion "1.0.0"
#define MyAppPublisher "AWatch-rus"
#define AwDefaultServerHost "10.10.10.13"
#define AwDefaultServerHost "aw-server"
#define AwDefaultServerPort "5600"
#define AwDefaultWorktimeReportBase "http://10.10.10.13:5610"
#define AwDefaultWorktimeReportBase "http://aw-server:5610"
#define AwDefaultWorktimeHost "SHARKON2025"
#define AwDefaultUsers "user1,user2,user3,user4,user5"
#define AwDefaultInstallRoot "C:\\Program Files\\AWatch-rus\\bin"
+1 -1
View File
@@ -29,7 +29,7 @@ The resulting installer `AWatch-rus-InstallKit.exe` is written to the same direc
The installer wizard asks only for:
- `ServerHost` / `ServerPort` (defaults to `10.10.10.13:5600`)
- `ServerHost` / `ServerPort` (defaults to `aw-server:5600`)
All other values are taken from defaults embedded in installer scripts.