Add BaseViewTemplate (#2094)

This commit is contained in:
Chenlei Hu
2024-12-29 18:07:22 -05:00
committed by GitHub
parent 94f964cf17
commit b19f7ca228
10 changed files with 53 additions and 31 deletions

View File

@@ -51,7 +51,8 @@ const mockElectronAPI: Plugin = {
onDownloadProgress: () => {}
},
getElectronVersion: () => Promise.resolve('1.0.0'),
getComfyUIVersion: () => '9.9.9'
getComfyUIVersion: () => '9.9.9',
getPlatform: () => 'win32'
};`
}
]