成为我们的资助者或赞助商,以支持我们的工作。
该模块为 Twikoo 提供支持,其为一个简单、安全和免费的评论系统。
Module | github.com/hbstack/docs/modules/twikoo |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
Name | Type | Required | Default | Description |
---|---|---|---|---|
env_id | string | Y | - | 腾讯云环境 ID 或自搭建服务器 URL。 |
js_url | string | Y | https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js | JS 脚本 URL。 |
region | string | - | - | 腾讯云环境地域,如:ap-shanghai 、ap-guangzhou 。 |
params.toml
1[hb]
2 [hb.docs]
3 [hb.docs.twikoo]
4 env_id = 'https://twikoo.hugomods.com/'
5 js_url = 'https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js'
params.yaml
1hb:
2 docs:
3 twikoo:
4 env_id: https://twikoo.hugomods.com/
5 js_url: https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js
params.json
1{
2 "hb": {
3 "docs": {
4 "twikoo": {
5 "env_id": "https://twikoo.hugomods.com/",
6 "js_url": "https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js"
7 }
8 }
9 }
10}
请注意,https://twikoo.hugomods.com/
仅用于测试,评论数据将会被删除,你需要自行搭建服务。