tokenFactory/web/src
xiezhouwei b63f75ade4 feat: add captcha verification for login form
- Add /api/captcha endpoint with captcha generation/verification service
- Add captcha_enabled option in system settings (model/option.go)
- Add captcha display and refresh logic in LoginForm
- Fix captcha not showing on Chrome due to Semi UI Form.Input suffix
  incompatibility; refactored to standalone flex layout
- Fix stale localStorage cache preventing captcha rendering on first visit
  by proactively fetching /api/status on LoginForm mount
- Add captcha_enabled toggle in admin SystemSetting panel
- Add i18n keys for captcha-related text (zh-CN, en)
2026-06-05 13:57:13 +08:00
..
components feat: add captcha verification for login form 2026-06-05 13:57:13 +08:00
constants Initial commit 2026-06-03 10:01:10 +08:00
context Initial commit 2026-06-03 10:01:10 +08:00
contexts Initial commit 2026-06-03 10:01:10 +08:00
helpers feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
hooks feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
i18n feat: add captcha verification for login form 2026-06-05 13:57:13 +08:00
pages feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
services Initial commit 2026-06-03 10:01:10 +08:00
App.jsx feat: 操作日志功能实现及字段级diff优化 2026-06-04 15:17:59 +08:00
index.css Initial commit 2026-06-03 10:01:10 +08:00
index.jsx Initial commit 2026-06-03 10:01:10 +08:00