feat: 退出应用时自动释放模型显存

This commit is contained in:
thzxx
2026-04-07 10:50:35 +08:00
parent 5cde0fab6e
commit 4e11bd549c
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -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;
}