mirror of
https://github.com/one-among-us/data.git
synced 2025-04-30 01:52:03 +08:00
1.5 KiB
1.5 KiB
Our Data
这里存了 one-among.us 的条目,欢迎贡献!
状态
我们已将最新更改提交至One Among Us的github 项目主页,在One Among Us决定合并更改或关闭合并请求前该 Repository 将不会再次变动。
GitHub Repo 结构
文件结构
-
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
生成/更新繁体文稿
更新简体文稿之后请手动执行一个脚本生成繁体文稿。(因为 Github Actions 奇怪的问题太多了,还好难测试,还是换成本地构建啦)
构建环境需要安装 docker, 然后 docker-compose up
就可以更新繁体了!
这个脚本不会覆盖在已有的繁体文件上的更改,更新已经生成过繁体的简体文稿之后会自动合并,不过还是要手动检查一下哦。