From 1a04e2c53b335326e586ff45a0242704ff091b2a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 30 Mar 2022 03:24:28 +0900 Subject: [PATCH] =?UTF-8?q?feat(wip):=20=EC=9E=A5=EC=88=98=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EB=B7=B0=20=EC=9E=91=EC=97=85=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/nationGeneral.scss | 2 - hwe/ts/components/GeneralList.vue | 180 +++++++++++++++++++++++++++++- hwe/ts/defs/API/Nation/index.ts | 4 +- 3 files changed, 177 insertions(+), 9 deletions(-) diff --git a/hwe/scss/nationGeneral.scss b/hwe/scss/nationGeneral.scss index 643047e0..df8b6b0a 100644 --- a/hwe/scss/nationGeneral.scss +++ b/hwe/scss/nationGeneral.scss @@ -8,7 +8,6 @@ #app { width: 100%; - overflow-x: hidden; } @@ -25,6 +24,5 @@ position: relative; width: 500px; margin: auto; - overflow-x: hidden; } } \ No newline at end of file diff --git a/hwe/ts/components/GeneralList.vue b/hwe/ts/components/GeneralList.vue index 6e410b75..0deb153e 100644 --- a/hwe/ts/components/GeneralList.vue +++ b/hwe/ts/components/GeneralList.vue @@ -1,14 +1,172 @@ + + diff --git a/hwe/ts/defs/API/Nation/index.ts b/hwe/ts/defs/API/Nation/index.ts index d5fbf43a..a89dab15 100644 --- a/hwe/ts/defs/API/Nation/index.ts +++ b/hwe/ts/defs/API/Nation/index.ts @@ -19,8 +19,8 @@ export type GeneralListItemP0 = { picture: string, imgsvr: 0 | 1, age: number, - special: GameObjType, - special2: GameObjType, + specialDomestic: GameObjType, + specialWar: GameObjType, personal: GameObjType, belong: number, connect: number,