feat: 退出应用时自动释放模型显存
This commit is contained in:
Vendored
+1
@@ -214,6 +214,7 @@ export interface MetonaDesktopAPI {
|
||||
openExternal: (url: string) => void;
|
||||
onMenuAction: (callback: (action: string) => void) => void;
|
||||
onTrayAction: (callback: (action: string) => void) => void;
|
||||
onAppQuit: (callback: () => void) => void;
|
||||
removeAllListeners: (channel: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user