diff --git a/planner/configexport/example/client.UNConfig.json b/planner/configexport/example/client.EasyConfig.json similarity index 100% rename from planner/configexport/example/client.UNConfig.json rename to planner/configexport/example/client.EasyConfig.json diff --git a/planner/configexport/example/client.XXConfig.json b/planner/configexport/example/client.IndexConfig.json similarity index 86% rename from planner/configexport/example/client.XXConfig.json rename to planner/configexport/example/client.IndexConfig.json index 720cdf1..dcf5131 100644 --- a/planner/configexport/example/client.XXConfig.json +++ b/planner/configexport/example/client.IndexConfig.json @@ -1,26 +1,27 @@ { "1": { "b": { - "Other": { - "0": { - "id": 1, - "name": "张飞" - }, - "1": { - "id": 2, - "name": "刘备" - } - }, "Id": 1, "Count": "b", "Award": { "0": "asd", "1": "12" + }, + "Other": { + "0": { + "name": "张飞", + "id": 1 + }, + "1": { + "id": 2, + "name": "刘备" + } } } }, "2": { "c": { + "Id": 2, "Count": "c", "Award": { "0": "asd", @@ -32,11 +33,10 @@ "name": "张飞" }, "1": { - "id": 2, - "name": "刘备" + "name": "刘备", + "id": 2 } - }, - "Id": 2 + } }, "d": { "Id": 2, @@ -46,13 +46,13 @@ "1": "12" }, "Other": { - "0": { - "id": 1, - "name": "张飞" - }, "1": { "id": 2, "name": "刘备" + }, + "0": { + "id": 1, + "name": "张飞" } } } diff --git a/planner/configexport/example/server.UNConfig.json b/planner/configexport/example/server.EasyConfig.json similarity index 81% rename from planner/configexport/example/server.UNConfig.json rename to planner/configexport/example/server.EasyConfig.json index fd0e5c7..85f2a5d 100644 --- a/planner/configexport/example/server.UNConfig.json +++ b/planner/configexport/example/server.EasyConfig.json @@ -1,15 +1,16 @@ { + "Id": 1, "Count": "a", "Info": { - "id": 1, "name": "小明", "info": { - "lv": 1, "exp": { "mux": 10, "count": 100 - } - } + }, + "lv": 1 + }, + "id": 1 }, "Other": { "0": { @@ -20,6 +21,5 @@ "id": 2, "name": "刘备" } - }, - "Id": 1 + } } \ No newline at end of file diff --git a/planner/configexport/example/server.XXConfig.json b/planner/configexport/example/server.IndexConfig.json similarity index 86% rename from planner/configexport/example/server.XXConfig.json rename to planner/configexport/example/server.IndexConfig.json index 2019748..fe128bc 100644 --- a/planner/configexport/example/server.XXConfig.json +++ b/planner/configexport/example/server.IndexConfig.json @@ -1,8 +1,35 @@ { "1": { "b": { + "Other": { + "0": { + "id": 1, + "name": "张飞" + }, + "1": { + "id": 2, + "name": "刘备" + } + }, "Id": 1, "Count": "b", + "Info": { + "id": 1, + "name": "小明", + "info": { + "lv": 1, + "exp": { + "mux": 10, + "count": 100 + } + } + } + } + }, + "2": { + "d": { + "Id": 2, + "Count": "d", "Info": { "id": 1, "name": "小明", @@ -16,18 +43,17 @@ }, "Other": { "0": { - "name": "张飞", - "id": 1 + "id": 1, + "name": "张飞" }, "1": { "id": 2, "name": "刘备" } } - } - }, - "2": { + }, "c": { + "Id": 2, "Count": "c", "Info": { "id": 1, @@ -41,41 +67,15 @@ } }, "Other": { - "0": { - "name": "张飞", - "id": 1 - }, - "1": { - "id": 2, - "name": "刘备" - } - }, - "Id": 2 - }, - "d": { - "Info": { - "name": "小明", - "info": { - "lv": 1, - "exp": { - "mux": 10, - "count": 100 - } - }, - "id": 1 - }, - "Other": { - "1": { - "id": 2, - "name": "刘备" - }, "0": { "id": 1, "name": "张飞" + }, + "1": { + "id": 2, + "name": "刘备" } - }, - "Id": 2, - "Count": "d" + } } } } \ No newline at end of file