mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat(deeplink): implement custom deep link handling and remove electron-app-universal-protocol-client
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { dialog } from 'electron'
|
||||
import { deepLink } from './deeplink';
|
||||
|
||||
export async function handleUrlScheme(requestUrl: string) {
|
||||
console.log('Handling URL scheme request:', requestUrl);
|
||||
}
|
||||
deepLink.on("event", (query) => {
|
||||
console.log(`Deep link: event "event" fired with query: ${JSON.stringify(query)}`);
|
||||
});
|
||||
Reference in New Issue
Block a user