mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
6 lines
197 B
TypeScript
6 lines
197 B
TypeScript
import { dialog } from 'electron'
|
|
import { deepLink } from './deeplink';
|
|
|
|
deepLink.on("event", (query) => {
|
|
console.log(`Deep link: event "event" fired with query: ${JSON.stringify(query)}`);
|
|
}); |