1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-10 13:24:50 +08:00

[F] fix actual hide

This commit is contained in:
Elihuso Quigley 2024-06-10 00:36:12 +08:00
parent 1e6a2dfb39
commit 998324b1d2

View File

@ -80,8 +80,10 @@ function buildPeopleInfoAndList() {
} }
if (info.id && info.info && info.info.born) { if (info.id && info.info && info.info.born) {
if (!actualHide.includes(info.id)) {
birthdayList.push([info.id, info.info.born]) birthdayList.push([info.id, info.info.born])
} }
}
// Convert info dict to [[key, value], ...] // Convert info dict to [[key, value], ...]
// And add info k-v pairs from markdown to the info object in json5 // And add info k-v pairs from markdown to the info object in json5