mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Add BaseViewTemplate (#2094)
This commit is contained in:
@@ -51,7 +51,8 @@ const mockElectronAPI: Plugin = {
|
||||
onDownloadProgress: () => {}
|
||||
},
|
||||
getElectronVersion: () => Promise.resolve('1.0.0'),
|
||||
getComfyUIVersion: () => '9.9.9'
|
||||
getComfyUIVersion: () => '9.9.9',
|
||||
getPlatform: () => 'win32'
|
||||
};`
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user