feat,refac: 중원 정보 페이지

This commit is contained in:
2022-04-21 03:24:11 +09:00
parent 7c3d94833f
commit 56512dad8a
10 changed files with 282 additions and 243 deletions
+4 -1
View File
@@ -58,7 +58,10 @@ const apiRealPath = {
NumVar('month', GET as APICallT<undefined, GetHistoryResponse>
))),
GetCurrentHistory: GET as APICallT<undefined, GetCurrentHistoryResponse>,
GetMap: GET as APICallT<undefined, MapResult>,
GetMap: GET as APICallT<{
neutralView?: 0 | 1,
showMe?: 0 | 1,
}, MapResult>,
GetCachedMap: GET as APICallT<undefined, CachedMapResult>,
GetDiplomacy: GET as APICallT<undefined, GetDiplomacyResponse>,
},