devhaozi
|
423a00ec5a
|
chore(l10n): update pot files
|
2026-01-22 10:26:12 +00:00 |
|
devhaozi
|
3b6197c3d0
|
chore(l10n): update pot files
|
2026-01-21 22:37:26 +00:00 |
|
github-actions[bot]
|
9ac9f76c5a
|
New Crowdin translations by GitHub Action (#1265)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-22 04:34:36 +08:00 |
|
devhaozi
|
f4de0f3de9
|
chore(l10n): update pot files
|
2026-01-21 20:29:43 +00:00 |
|
devhaozi
|
db1c489266
|
chore(l10n): update pot files
|
2026-01-21 19:45:50 +00:00 |
|
github-actions[bot]
|
845cbb1048
|
New Crowdin translations by GitHub Action (#1254)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-17 01:28:19 +08:00 |
|
devhaozi
|
0877489ae4
|
chore(l10n): update pot files
|
2026-01-16 17:25:09 +00:00 |
|
github-actions[bot]
|
941c1e1bc2
|
New Crowdin translations by GitHub Action (#1252)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-17 00:07:02 +08:00 |
|
devhaozi
|
598f8180f0
|
chore(l10n): update pot files
|
2026-01-16 15:57:07 +00:00 |
|
github-actions[bot]
|
ff68df94c5
|
New Crowdin translations by GitHub Action (#1246)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-16 02:40:40 +08:00 |
|
devhaozi
|
c3e7642b17
|
chore(l10n): update pot files
|
2026-01-15 18:30:32 +00:00 |
|
github-actions[bot]
|
84779023bf
|
New Crowdin translations by GitHub Action (#1240)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-14 23:36:18 +08:00 |
|
devhaozi
|
348c5f513e
|
chore(l10n): update pot files
|
2026-01-14 15:32:08 +00:00 |
|
github-actions[bot]
|
c0945610f8
|
New Crowdin translations by GitHub Action (#1236)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-14 03:20:12 +08:00 |
|
devhaozi
|
743936f29a
|
chore(l10n): update pot files
|
2026-01-13 19:18:53 +00:00 |
|
devhaozi
|
458b805357
|
chore(l10n): update pot files
|
2026-01-13 18:53:38 +00:00 |
|
github-actions[bot]
|
f1eccd6e7e
|
New Crowdin translations by GitHub Action (#1230)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-13 03:16:07 +08:00 |
|
devhaozi
|
7e46f6dda8
|
chore(l10n): update pot files
|
2026-01-12 19:04:31 +00:00 |
|
github-actions[bot]
|
009d618cda
|
New Crowdin translations by GitHub Action (#1224)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-12 16:55:49 +08:00 |
|
github-actions[bot]
|
f9cda73981
|
New Crowdin translations by GitHub Action (#1221)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-11 23:49:18 +08:00 |
|
devhaozi
|
3a1149b0f5
|
chore(l10n): update pot files
|
2026-01-11 15:37:49 +00:00 |
|
github-actions[bot]
|
787263ecb7
|
New Crowdin translations by GitHub Action (#1213)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-11 02:08:29 +08:00 |
|
devhaozi
|
8161996a68
|
chore(l10n): update pot files
|
2026-01-10 17:53:18 +00:00 |
|
github-actions[bot]
|
d8ccc9d549
|
New Crowdin translations by GitHub Action (#1212)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-10 22:34:13 +08:00 |
|
devhaozi
|
f4e3296389
|
chore(l10n): update pot files
|
2026-01-10 12:46:29 +00:00 |
|
github-actions[bot]
|
a890a20768
|
New Crowdin translations by GitHub Action (#1211)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-10 19:41:06 +08:00 |
|
devhaozi
|
bfcfbcd861
|
chore(l10n): update pot files
|
2026-01-10 11:31:00 +00:00 |
|
github-actions[bot]
|
88c9150c5c
|
New Crowdin translations by GitHub Action (#1207)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-10 06:07:04 +08:00 |
|
devhaozi
|
d345f5a235
|
chore(l10n): update pot files
|
2026-01-09 21:48:10 +00:00 |
|
Copilot
|
01a228f3ad
|
feat: 实现登录验证码和安全入口错误页伪装功能 (#1206)
* Initial plan
* feat: 实现登录验证码和安全入口错误页伪装功能
- 后端:添加登录验证码功能(密码错误3次后触发)
- 后端:支持3种安全入口错误页伪装(418/nginx/close)
- 后端:添加验证码API和更新设置项
- 前端:登录页支持验证码输入和刷新
- 前端:设置页添加登录验证码和错误页伪装选项
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
* fix: 修复代码审查问题
- hijack失败时回退到418错误页而非返回200
- 验证码输入去除空格
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
* feat: 优化细节
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
|
2026-01-10 05:21:09 +08:00 |
|
github-actions[bot]
|
8e71d28f78
|
New Crowdin translations by GitHub Action (#1205)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-10 03:18:42 +08:00 |
|
devhaozi
|
1dca403677
|
chore(l10n): update pot files
|
2026-01-09 19:10:48 +00:00 |
|
github-actions[bot]
|
5ceec97412
|
New Crowdin translations by GitHub Action (#1204)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-09 21:56:25 +08:00 |
|
devhaozi
|
082701b2d8
|
chore(l10n): update pot files
|
2026-01-09 13:50:41 +00:00 |
|
devhaozi
|
d5017376d3
|
chore(l10n): update pot files
|
2026-01-09 13:22:23 +00:00 |
|
github-actions[bot]
|
752f70aa6b
|
New Crowdin translations by GitHub Action (#1199)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-09 06:48:27 +08:00 |
|
devhaozi
|
01a24374b7
|
chore(l10n): update pot files
|
2026-01-08 22:44:50 +00:00 |
|
devhaozi
|
9baeaa47e0
|
chore(l10n): update pot files
|
2026-01-08 21:09:09 +00:00 |
|
github-actions[bot]
|
1b509fc9ad
|
New Crowdin translations by GitHub Action (#1196)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-09 04:17:27 +08:00 |
|
devhaozi
|
0625ccfabe
|
chore(l10n): update pot files
|
2026-01-08 19:24:04 +00:00 |
|
github-actions[bot]
|
647f9a530d
|
New Crowdin translations by GitHub Action (#1190)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2026-01-07 03:47:54 +08:00 |
|
devhaozi
|
245a120572
|
chore(l10n): update pot files
|
2026-01-06 19:40:09 +00:00 |
|
github-actions[bot]
|
b2632535dd
|
New Crowdin translations by GitHub Action (#1185)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2025-12-31 18:05:10 +08:00 |
|
devhaozi
|
46b07f7903
|
chore(l10n): update pot files
|
2025-12-31 09:40:51 +00:00 |
|
github-actions[bot]
|
05fc80c1df
|
New Crowdin translations by GitHub Action (#1145)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2025-12-02 02:12:36 +08:00 |
|
devhaozi
|
28b354b2f8
|
chore(l10n): update pot files
|
2025-12-01 18:04:48 +00:00 |
|
github-actions[bot]
|
e70b5451f6
|
New Crowdin translations by GitHub Action (#1144)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2025-12-02 01:47:58 +08:00 |
|
devhaozi
|
ffd5a775dc
|
chore(l10n): update pot files
|
2025-12-01 15:34:00 +00:00 |
|
github-actions[bot]
|
8598f042a2
|
New Crowdin translations by GitHub Action (#1142)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
|
2025-12-01 20:00:26 +08:00 |
|
devhaozi
|
d75f6b61d2
|
chore(l10n): update pot files
|
2025-12-01 11:49:38 +00:00 |
|