docs: add unit comment for Choice.timeLimit

This commit is contained in:
2026-06-07 18:57:16 +08:00
parent c7d035bd8f
commit 7826d789a7

View File

@@ -13,7 +13,7 @@ export interface Choice {
targetScene: string
conditions?: Condition[]
effects?: Effect[]
timeLimit?: number
timeLimit?: number // 单位:秒,超时后自动选择第一项
}
export interface Condition {