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,