mirror of
https://github.com/one-among-us/data.git
synced 2025-02-21 13:50:37 +08:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
|
{
|
||
|
id: 'lintong',
|
||
|
name: '林童',
|
||
|
profileUrl: '${path}/photos/profile.jpg',
|
||
|
info: [
|
||
|
['暱稱', '林童'],
|
||
|
['地區', '湖北武漢'],
|
||
|
['出生', '2000-06-01'],
|
||
|
['逝世', '2022-06-06'],
|
||
|
],
|
||
|
websites: [
|
||
|
['QQ', 'https://304915994.qzone.qq.com/'],
|
||
|
],
|
||
|
}
|