Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

19
reCAPTCHA/README.md Normal file
View File

@@ -0,0 +1,19 @@
reCAPTCHAv3版插件[这里][4]
======
[typecho][1]评论验证码插件使用Google的[reCAPTCHA][2]接口。
======
#### 使用方法:
1. 到「[页面][3]」申请一个API key
2. 激活该插件并配置Public Key和Private Key
3. 在适当地方添加如下代码:
```
<?php reCAPTCHA_Plugin::output(); ?>
```
**注意若未配置Public Key和Private Key而在页面中先添加上述代码该页面会报错**
[1]: http://typecho.org/about
[2]: https://www.google.com/recaptcha/
[3]: https://www.google.com/recaptcha/admin/create
[4]: https://github.com/D-Bood/reCAPTCHAv3