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 17:54:00 +00:00
parent 283f6b5712
commit 4a43bd5618

View File

@ -3,18 +3,18 @@
path: "Uekawakuyuurei", path: "Uekawakuyuurei",
id: "Uekawakuyuurei", id: "Uekawakuyuurei",
name: "蛍", name: "蛍",
profileUrl: "https://data.one-among.us/people/uekawakuyuurei/photos/profile.jpg", profileUrl: "${path}/photos/profile.jpg",
}, },
{ {
path: "NekoKomiir", path: "NekoKomiir",
id: "NekoKomiir", id: "NekoKomiir",
name: "Komiir Li", name: "Komiir Li",
profileUrl: "https://data.one-among.us/people/NekoKomiir/photos/profile.jpg", profileUrl: "${path}/photos/profile.jpg",
}, },
{ {
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: "${path}/photos/profile.jpg",
}, },
] ]