feat(migrate): 迁移所有的图片至 /public/pic 下

This commit is contained in:
Ad-closeNN
2026-04-20 10:48:57 +08:00
parent 0bec6d4ee4
commit 2fba8e2ac3
118 changed files with 116 additions and 102 deletions
@@ -3,22 +3,22 @@ title: hCaptcha “强兼” reCaptcha
published: 2025-08-13
tags: ["网站", "验证"]
description: 一次出3个 hCaptcha?瞧瞧你干的好事!
image: ../assets/images/hCaptcha-localhost-errkey.png
image: /public/pic/hCaptcha-localhost-errkey.png
category: 记录
---
# 强兼 Google reCaptcha 失败?
如你所见,这是 hCaptcha 无法验证的样子。当然,如果你在一个页面同时放上 [Google reCaptcha](https://developers.google.com/recaptcha?hl=zh-cn)(我的是 v2)和 [hCaptcha](https://www.hcaptcha.com),那么聪明的 hCaptcha 会 [开始兼容它](https://docs.hcaptcha.com/configuration) 。
![hcaptcha-recaptchacompat-origin](../assets/images/hcaptcha-recaptchacompat-origin.png)
![hcaptcha-recaptchacompat-origin](/public/pic/hcaptcha-recaptchacompat-origin.png)
**译文:**
![hcaptcha-recaptchacompat-translated](../assets/images/hcaptcha-recaptchacompat-translated.png)
![hcaptcha-recaptchacompat-translated](/public/pic/hcaptcha-recaptchacompat-translated.png)
---
[posts/captcha/](/posts/captcha/)
而开启后却是这样的:
![hcaptcha-three-boxes](../assets/images/hcaptcha-three-boxes.png)
![hcaptcha-three-boxes](/public/pic/hcaptcha-three-boxes.png)
没错,出现了 3 个 hCaptcha 框。而且出现的位置就在 reCaptcha 的位置。哇,强兼失败?