feat(attendance): enforce captcha validation before check-in

- require a successful captcha challenge before recording the day’s attendance
- preserve the original attendance summary layout after a successful check-in

Signed-off-by: Qi HU <github@spcsky.com>
This commit is contained in:
Qi HU
2025-10-13 15:57:41 +08:00
parent 10edaea0f2
commit 908b4b19ea
4 changed files with 106 additions and 74 deletions
+1
View File
@@ -13,4 +13,5 @@ $lang_attendance = array
'retroactive_event_text' => '补',
'retroactive_confirm_tip' => '确定要补签: ',
'retroactive_description' => '点击白色背景的圆点进行补签。你目前拥有补签卡 <b>%d</b> 张。',
'attend_button' => '立即签到',
);