Data repo for one-among.us
 
 
 
Go to file
ticrizon 7923f3fcd5 [+] Comment added by silvicky for Anilovr
Former-commit-id: 30c39b1105
2022-12-30 06:18:34 -05:00
.github/workflows [F] Try to fix github actions 2022-11-16 02:41:15 -05:00
people [+] Comment added by silvicky for Anilovr 2022-12-30 06:18:34 -05:00
public [+] .nojekyll - Faster github pages deploy speed 2022-04-08 22:37:05 -04:00
scripts [F] Fix spacing 2022-12-24 11:32:07 -05:00
.gitattributes [O] Auto LF ending 2022-06-24 14:22:56 -04:00
.gitignore [+] Telegram backup for 蛍 2022-12-23 16:26:41 -05:00
Dockerfile [F] Better dockerfile stability 2022-12-03 03:25:25 -05:00
README.md [U] dockerize 2022-12-03 02:37:04 -05:00
docker-compose.yml [U] dockerize 2022-12-03 02:37:04 -05:00
info-i18n.yml [O] New format 2022-12-02 19:16:43 -05:00
package.json [+] Server-side autocorrect 2022-12-24 11:27:06 -05:00
requirements.txt [+] zh-hant convert 2022-11-16 01:04:03 -05:00
tsconfig.json [U] Migrate to MDX 2022-03-21 00:55:53 +08:00
yarn.lock [+] Server-side autocorrect 2022-12-24 11:27:06 -05:00

README.md

Our Data

这里存了 one-among.us 的条目,欢迎贡献!

GitHub Repo 结构

  • data - 条目内容存储
  • web - 网页前端源码
  • backend - 献花和编辑后端源码

文件结构

  • Directory /people/<userid>/: Data for a specific person

    • info.json5: Profile information
    • page.md: Profile page content
    • photos: Photo directory
    • comments: List of comments made by other users in the format of yyyy-mm-dd-{name}-{id}.txt
  • Branch gh-pages: Data that's automatically generated by Github Actions

    • people-list.json: A list of all people currently in the repository
    • Directory /people/<userid>/: Built data for a specific person
      • page.js: page.md built with MDX

生成/更新繁体文稿

更新简体文稿之后请手动执行一个脚本生成繁体文稿。(因为 Github Actions 奇怪的问题太多了,还好难测试,还是换成本地构建啦)

构建环境需要安装 docker, 然后 docker-compose up 就可以更新繁体了!

这个脚本不会覆盖在已有的繁体文件上的更改,更新已经生成过繁体的简体文稿之后会自动合并,不过还是要手动检查一下哦。