export interface CheckForUpdateEvent { /** * 是否有新版本 */ hasUpdate: boolean; }