From 6c3de1fa7efb4951504d6a40e28a500d2335a107 Mon Sep 17 00:00:00 2001 From: Elihuso Quigley Date: Sat, 18 May 2024 18:24:11 +0800 Subject: [PATCH] [D] document for trigger in data --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c8768393..184ca67b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ We are trying to rewrite the multilingual architecture of the website to make it * `notShowOnHome`: `string[]`, if you don't want a entry show on the home, add it into this item * `actualHide`: `string[]`, if you don't want a entry show on the home and won't be redirected by random buttons, add it into this item. If you set a entry in this list, you have no need to set it into `notShowOnHome` again. +* `trigger`: `sreing[]`, if you think this article is likely to irritate readers and should be restricted, please set this option. ### Example @@ -65,6 +66,9 @@ We are trying to rewrite the multilingual architecture of the website to make it ], "actualHide": [ "ArtsEpiphany" + ], + "trigger": [ + "Xu_Yushu" ] } ```