成為我們的資助者或贊助商,以支持我們的工作。
該模塊爲 Twikoo 提供支持,其爲一個簡單、安全和免費的評論系統。
Module | github.com/hbstack/blog/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.blog]
3 [hb.blog.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 blog:
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 "blog": {
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/
僅用於測試,評論數據將會被刪除,你需要自行搭建服務。