配置表数据转为List结构

配置表数据转为List结构
This commit is contained in:
ALEXTANG
2022-06-16 11:31:55 +08:00
parent 76cde603ba
commit 4e3f87e17a
4 changed files with 67 additions and 52 deletions

View File

@@ -1,10 +1,10 @@
{
"1": {
[
{
"ID": 1,
"Name": "生命值"
},
"2": {
{
"ID": 2,
"Name": "攻击力"
}
}
]