(state: CaptchaState)
| 686 | } |
| 687 | |
| 688 | // ─── 验证状态 ───────────────────────────────────────────────────────────────── |
| 689 | |
| 690 | type CaptchaTimer = ReturnType<GenerationContext["setTimeout"]>; |
| 691 | |
| 692 | interface CaptchaState { |
| 693 | answer: string; // 正确答案 |
| 694 | question: string; // 题目 / 关键词(用于刷新消息) |
no test coverage detected