完善模型库界面和开发配置
This commit is contained in:
1
web/src/vendor/w2ui.ts
vendored
1
web/src/vendor/w2ui.ts
vendored
@@ -13,6 +13,7 @@ type W2Popup = {
|
||||
width?: number;
|
||||
height?: number;
|
||||
modal?: boolean;
|
||||
blockPage?: boolean;
|
||||
body?: string;
|
||||
actions?: Record<string, () => void | Promise<void>>;
|
||||
}): {
|
||||
|
||||
Reference in New Issue
Block a user