a590afdaf9
* [+] Add Rio-kun * [+] Add Chinese Translation * Update page.zh_hant.md * Update page.zh_hant.md * Update page.zh_hant.md * Update page.md * Update page.zh_hant.md * Update info.yml * Update page.zh_hant.md * Update info.yml * [F] Try to fix entry for rio_kang * [F] Try to fix entry for rio_kang * [F] Fix build * [O] localize zh_hant * [U] Update entry for rio_kang * [U] 本地化了简体中文 * [U] Update entry for rio * [U] Update entry for rio_kang * [M] Modify rio_kang to cheonwoomaeng * [U] Update entry for cheonwoomaeng - Haruki 写成汉字 * [F] Fix link 写着写着链接没有了 * [F] Fix typo --------- Co-authored-by: Amika <AmikaShirley@protonmail.com> Co-authored-by: Elihuso Quigley <Elihuso@outlook.com> |
||
---|---|---|
.github/workflows | ||
data | ||
people | ||
public | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
info-i18n.yml | ||
netlify.toml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Our Data
这里存了 One Among Us 的条目,欢迎贡献!
在贡献之前请阅读我们的 文档和贡献指南。
Please read our How-We-Work before contributing.
GitHub Repo 结构
File Structure
-
Directory
/people/<userid>/
: Data for a specific personinfo.json5
: Profile informationpage.md
: Profile page contentphotos
: Photo directorycomments
: List of comments made by other users in the format ofyyyy-mm-dd-{name}-{id}.txt
-
Branch
gh-pages
: Data that's automatically generated by Github Actionspeople-list.json
: A list of all people currently in the repository- Directory
/people/<userid>/
: Built data for a specific personpage.js
:page.md
built with MDX
Multilingual
We are trying to rewrite the multilingual architecture of the website to make it more versatile and more concise in an updated way. During this transitional period, please try your best to use Simplified Chinese as the manuscript, and use automatic conversion or manual proofreading to generate the Traditional Chinese manuscript. After the new multilingual architecture is written, we will re-proofread all Traditional Chinese manuscripts.
HData
/data/hdata.json
defined some data which used for entry properties. Here is some description of it:
commentOnly
:string[]
, the entries which include comments only, liketdor
ortdov
exclude
:string[]
, the directories which would not be handlednotShowOnHome
:string[]
, if you don't want a entry show on the home, add it into this itemactualHide
: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 intonotShowOnHome
again.trigger
:string[]
, if you think this article is likely to irritate readers and should be restricted, please set this option.
Example
{
"commentOnly": [
"tdor"
],
"exclude": [
"tdov"
],
"notShowOnHome": [
"Anilovr",
"noname3031"
],
"actualHide": [
"ArtsEpiphany"
],
"trigger": [
"Xu_Yushu"
]
}
If you don’t understand how to modify it, please feel free to Contact Us.