feat: APIPathGen 도우미
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
import { APIPathGen } from "./util/APIPathGen";
|
||||
|
||||
const apiRealPath = {
|
||||
Command: {
|
||||
GetReservedCommand: '',
|
||||
PushCommand: '',
|
||||
RepeatCommand: '',
|
||||
ReserveCommand: '',
|
||||
},
|
||||
General: {
|
||||
Join: '',
|
||||
},
|
||||
InheritAction: {
|
||||
BuyHiddenBuff: '',
|
||||
BuyRandomUnique: '',
|
||||
BuySpecificUnique: '',
|
||||
ResetSpecialWar: '',
|
||||
ResetTurnTime: '',
|
||||
SetNextSpecialWar: '',
|
||||
},
|
||||
Misc: { UploadImage: '' },
|
||||
NationCommand: {
|
||||
GetReservedCommand: '',
|
||||
PushCommand: '',
|
||||
RepeatCommand: '',
|
||||
ReserveCommand: '',
|
||||
},
|
||||
Nation: {
|
||||
SetNotice: '',
|
||||
SetScoutMsg: '',
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const APIPath = APIPathGen(apiRealPath);
|
||||
Reference in New Issue
Block a user