feat, refac: 메인 페이지에서 커맨드 리스트를 동적으로 받아옴
This commit is contained in:
@@ -219,6 +219,13 @@ export type CommandItem = {
|
||||
searchText?: string;
|
||||
};
|
||||
|
||||
export type CommandTableResponse = ValidResponse & {
|
||||
commandTable: {
|
||||
category: string;
|
||||
values: CommandItem[];
|
||||
}[];
|
||||
}
|
||||
|
||||
type diplomacyInfo = {
|
||||
name: string,
|
||||
color?: string,
|
||||
|
||||
Reference in New Issue
Block a user