feat(Go-Tool):
2020/12/31:新增项目案例(角色技能树)
2020/12/31: 修改diliver包结构
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"Skills": [
|
||||
{
|
||||
"Id": 1,
|
||||
"Level": 1,
|
||||
"Description": "技能1"
|
||||
},
|
||||
{
|
||||
"Id": 2,
|
||||
"Level": 1,
|
||||
"Description": "技能2"
|
||||
},
|
||||
{
|
||||
"Id": 3,
|
||||
"Level": 1,
|
||||
"Description": "技能3"
|
||||
},
|
||||
{
|
||||
"Id": 4,
|
||||
"Level": 1,
|
||||
"Description": "技能4"
|
||||
},
|
||||
{
|
||||
"Id": 5,
|
||||
"Level": 1,
|
||||
"Description": "技能5"
|
||||
},
|
||||
{
|
||||
"Id": 9,
|
||||
"Level": 1,
|
||||
"Description": "技能9"
|
||||
},
|
||||
{
|
||||
"Id": 11,
|
||||
"Level": 3,
|
||||
"Description": "技能11"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user