From cc3193d6d31e755d4d2850bb83c3f57d891fc684 Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Thu, 9 Sep 2021 15:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9B=E5=9B=A2=EF=BC=9A=E5=86=9B=E5=9B=A2?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_army_icon.json | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 shared/resource/jsons/dic_army_icon.json diff --git a/shared/resource/jsons/dic_army_icon.json b/shared/resource/jsons/dic_army_icon.json new file mode 100644 index 000000000..406958eb7 --- /dev/null +++ b/shared/resource/jsons/dic_army_icon.json @@ -0,0 +1,38 @@ +[ + { + "id": 1, + "imageName": "army_icon1" + }, + { + "id": 2, + "imageName": "army_icon2" + }, + { + "id": 3, + "imageName": "army_icon3" + }, + { + "id": 4, + "imageName": "army_icon4" + }, + { + "id": 5, + "imageName": "army_icon5" + }, + { + "id": 6, + "imageName": "army_icon6" + }, + { + "id": 7, + "imageName": "army_icon7" + }, + { + "id": 8, + "imageName": "army_icon8" + }, + { + "id": 9, + "imageName": "army_icon9" + } +] \ No newline at end of file