mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-30 18:42:24 +08:00
完成初始化基本模块
This commit is contained in:
15
FileModule/src/main/resources/student.json
Normal file
15
FileModule/src/main/resources/student.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"age":18,
|
||||
"hobby":[
|
||||
"Coding",
|
||||
"Reading",
|
||||
"Playing"
|
||||
],
|
||||
"info":{
|
||||
"QQ":"123456789",
|
||||
"WeChat":"987654321"
|
||||
},
|
||||
"major":"CS",
|
||||
"name":"Genius",
|
||||
"school":"HUST"
|
||||
}
|
||||
Reference in New Issue
Block a user