From e2d5dbd2fd275ea7e69e2c3ab54df151264cf961 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Thu, 18 May 2023 19:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...t.UNConfig.json => client.EasyConfig.json} | 0 ....XXConfig.json => client.IndexConfig.json} | 36 +++++----- ...r.UNConfig.json => server.EasyConfig.json} | 12 ++-- ....XXConfig.json => server.IndexConfig.json} | 72 +++++++++---------- 4 files changed, 60 insertions(+), 60 deletions(-) rename planner/configexport/example/{client.UNConfig.json => client.EasyConfig.json} (100%) rename planner/configexport/example/{client.XXConfig.json => client.IndexConfig.json} (86%) rename planner/configexport/example/{server.UNConfig.json => server.EasyConfig.json} (81%) rename planner/configexport/example/{server.XXConfig.json => server.IndexConfig.json} (86%) 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