docs: add REACTIONS configuration section to README files

This commit is contained in:
bunizao
2026-01-16 21:26:14 +08:00
parent 116a20dc89
commit eda760beb9
2 changed files with 6 additions and 0 deletions

View File

@@ -131,6 +131,9 @@ TAGS=tag1,tag2,tag3
## Show comments ## Show comments
COMMENTS=true COMMENTS=true
## Show reactions
REACTIONS=true
## List of links in the Links page, Separate using commas and semicolons ## List of links in the Links page, Separate using commas and semicolons
LINKS=Title1,URL1;Title2,URL3;Title3,URL3; LINKS=Title1,URL1;Title2,URL3;Title3,URL3;

View File

@@ -129,6 +129,9 @@ TAGS=标签A,标签B,标签C
## 展示评论 ## 展示评论
COMMENTS=true COMMENTS=true
## 展示 Reactions
REACTIONS=true
## 链接页面中的超链接, 使用英文逗号和分号分割 ## 链接页面中的超链接, 使用英文逗号和分号分割
LINKS=Title1,URL1;Title2,URL3;Title3,URL3; LINKS=Title1,URL1;Title2,URL3;Title3,URL3;