feat: add vote countdown timer and improve initialization UI

This commit is contained in:
2025-10-17 20:30:04 +08:00
parent dfc1a9d709
commit 3582cbcf64
7 changed files with 220 additions and 51 deletions

View File

@@ -1018,4 +1018,5 @@ export interface VoteOBSData {
optionColor: string
roundedCorners: boolean
displayPosition: string
endTime?: number
}