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

[U] Generate json

This commit is contained in:
github-actions 2021-12-29 16:42:21 +00:00
parent cd28a8e14d
commit cbc919cb53

View File

@ -4,17 +4,20 @@
id: "NekoKomiir", id: "NekoKomiir",
name: "Komiir Li", name: "Komiir Li",
profileUrl: "https://data.one-among.us/people/NekoKomiir/photos/profile.jpg", profileUrl: "https://data.one-among.us/people/NekoKomiir/photos/profile.jpg",
baseUrl: "/people/NekoKomiir",
}, },
{ {
path: "uekawakuyuurei", path: "uekawakuyuurei",
id: "Uekawakuyuurei", id: "Uekawakuyuurei",
name: "蛍", name: "蛍",
profileUrl: "https://data.one-among.us/people/uekawakuyuurei/photos/profile.jpg", profileUrl: "https://data.one-among.us/people/uekawakuyuurei/photos/profile.jpg",
baseUrl: "/people/uekawakuyuurei",
}, },
{ {
path: "donotexist_a", path: "donotexist_a",
id: "donotexist_A", id: "donotexist_A",
name: "不存在", name: "不存在",
profileUrl: "https://data.one-among.us/people/donotexist_a/photos/profile.jpg", profileUrl: "https://data.one-among.us/people/donotexist_a/photos/profile.jpg",
baseUrl: "/people/donotexist_a",
}, },
] ]