💡
{{ config.title }}
📜
挑战规则
•
{{ rule }}
今日剩余次数:
{{ config.dailyLimit === 0 ? '无限制' : remainingAttempts }}
{{ (config.dailyLimit > 0 && remainingAttempts <= 0) ? '明日再来' : '立即开始挑战' }}
进度:
{{ currentQIndex + 1 }}
/ {{ currentQuestions.length }}
倒计时
{{ timeLeft }}
累计答对
{{ correctCount }}
连对
{{ consecutiveCount }}
容错
{{ wrongCount }} / {{ config.maxWrong }}
{{ currentQuestion.question }}
{{ String.fromCharCode(65+idx) }}
{{ opt }}
🎉
挑战成功!
恭喜您满足了通关条件
共答题:{{ correctCount + wrongCount }} 题
答对数:{{ correctCount }} 题
最高连对:{{ maxConsecutiveCount }} 题
🎁 立即领取奖励
😢
挑战失败
{{ failReason }}
止步于第 {{ currentQIndex + 1 }} 题
答对:{{ correctCount }} / 答错:{{ wrongCount }}
🔄 重新挑战 (余{{ config.dailyLimit === 0 ? '∞' : remainingAttempts }}次)
今日次数已用完,明日再来