mirror of
https://github.com/one-among-us/data.git
synced 2024-11-22 11:14:53 +08:00
[D] document for trigger in data
This commit is contained in:
parent
49950ca60c
commit
6c3de1fa7e
@ -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"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user