配置导出工具优化及示例

This commit is contained in:
kercylan98
2023-05-19 14:09:36 +08:00
parent 3f36a3cddc
commit 746eb7cacd
7 changed files with 74 additions and 60 deletions

View File

@@ -0,0 +1,4 @@
{
"Finish": "StartFinish",
"Addr": ":9999"
}

View File

@@ -0,0 +1,10 @@
{
"1": {
"Id": 1,
"Text": "Hello"
},
"2": {
"Id": 2,
"Text": "World"
}
}