完善模型库界面和开发配置

This commit is contained in:
zhangshun
2026-05-29 17:24:33 +08:00
parent 35934f8088
commit aeaeb9aec5
11 changed files with 44 additions and 24 deletions

View File

@@ -13,6 +13,7 @@ type W2Popup = {
width?: number;
height?: number;
modal?: boolean;
blockPage?: boolean;
body?: string;
actions?: Record<string, () => void | Promise<void>>;
}): {