feat(web): getModelListUrl add is_active param

This commit is contained in:
zhaoying
2026-01-27 20:33:23 +08:00
parent 75b3ea1f05
commit 1e481a311a
13 changed files with 28 additions and 25 deletions

View File

@@ -5,6 +5,9 @@ export interface Query {
is_public?: boolean;
is_composite?: boolean;
search?: string;
pagesize?: number;
page?: number;
}
export interface DescriptionItem {
key: string;