[U] Generate json

pull/25/head
github-actions 2021-12-29 17:54:00 +00:00
parent 283f6b5712
commit 4a43bd5618
1 changed files with 3 additions and 3 deletions

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",
}, },
] ]