mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-31 19:12:04 +08:00
配置文件架构的小完善
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1 +1,18 @@
|
||||
[{"age":18,"hobby":["Coding","Reading","Playing"],"info":{"QQ":"123456789","WeChat":"987654321"},"major":"CS","name":"Genius","school":"HUST"}]
|
||||
{
|
||||
"hello":"11234",
|
||||
"Student":{
|
||||
"age":18,
|
||||
"hobby":[
|
||||
"Coding",
|
||||
"Reading",
|
||||
"Playing"
|
||||
],
|
||||
"info":{
|
||||
"QQ":"123456789",
|
||||
"WeChat":"987654321"
|
||||
},
|
||||
"major":"CS",
|
||||
"name":"Genius",
|
||||
"school":"HUST"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user