mirror of
https://github.com/one-among-us/data.git
synced 2024-11-14 23:34:51 +08:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
{
|
||
|
id: 'SevenBird',
|
||
|
name: '柒鸟',
|
||
|
profileUrl: '${path}/photos/profile.jpg',
|
||
|
info: [
|
||
|
['昵称', '柒鸟'],
|
||
|
['地区', '福建'],
|
||
|
['出生', '2005.2.26'],
|
||
|
['逝世', '2022.8.12'],
|
||
|
],
|
||
|
websites: [
|
||
|
['twitter', 'https://twitter.com/Selrayer'],
|
||
|
],
|
||
|
}
|