feat: Implement VRChat protocol handling for macOS

This commit is contained in:
2026-06-29 01:46:24 +07:00
parent 42db5d9946
commit 716fb82ae1
12 changed files with 126 additions and 32 deletions
+1
View File
@@ -143,6 +143,7 @@ export interface IpcEvents {
"group:upsert": Group;
"world:favoriteFolders": { userId: string; folders: FavoriteWorldFolder[]; done: boolean };
"game:changed": GameStatus;
"instance:open": { worldId: string; instanceId: string; location: string };
"gallery:added": Photo;
"debug:log": LogEntry;
"debug:cache": CacheUpdate;