feat: enhance draw status and scheduling display

- Updated DrawStatusHud to include a new countdown kind "start" for better status representation.
- Refactored HallDrawPanel to improve time display logic, differentiating between scheduled start and close times.
- Added new translations for scheduled start and close times in multiple languages.
- Enhanced time formatting functions to support new scheduling features and improve user experience.
This commit is contained in:
2026-05-25 18:01:26 +08:00
parent 3b83c6627c
commit 3c2664e02c
10 changed files with 205 additions and 31 deletions

View File

@@ -73,6 +73,10 @@
"draw": {
"currentIssue": "当前期号",
"currentTime": "当前时间",
"scheduledStart": "开始时间",
"scheduledClose": "封盘时间",
"startsIn": "距开始",
"scheduleNow": "当前时间 {{now}}{{tz}}",
"closesIn": "距封盘",
"drawsIn": "距开奖",
"drawProcessing": "开奖处理中",