feat: Vue3로 새롭게 작성한 메인 페이지 #229

Merged
Hide_D merged 61 commits from ng_main into devel 2023-03-09 02:25:31 +09:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 5fde900554 - Show all commits
-1
View File
@@ -99,7 +99,6 @@ class GetNationInfo extends \sammo\BaseAPI
'isFull' => $isFull,
'nation' => $nation,
'impossibleStrategicCommandLists' => $impossibleStrategicCommandLists,
'nationNotice' => $nationStor->nationNotice,
'troops' => $troopName,
];
-1
View File
@@ -154,7 +154,6 @@ export type NationInfoFull = ValidResponse & {
nation: NationItem;
isFull: true,
impossibleStrategicCommandLists: [string, number][];
nationNotice: NationNotice,
troops: Record<number, string>;
}