feat: 查询命令分组.

This commit is contained in:
lijiahangmax
2024-01-25 00:04:24 +08:00
parent 6e62cabcdf
commit 3011ecee9e
7 changed files with 149 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ export interface CommandSnippetQueryResponse extends CommandSnippetQueryResponse
export interface CommandSnippetQueryResponseExtra {
visible: boolean;
expand: boolean;
expand?: boolean;
}
/**