mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 17:30:17 +08:00
docs(deeplink): add file header documentation
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* Deep link handler for Electron app.
|
||||||
|
* Author: juxnpxblo@github
|
||||||
|
*/
|
||||||
import { app } from "electron";
|
import { app } from "electron";
|
||||||
type Query = Record<string, string>;
|
type Query = Record<string, string>;
|
||||||
export type Listener = (query: Query) => any;
|
export type Listener = (query: Query) => any;
|
||||||
|
|||||||
Reference in New Issue
Block a user