mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +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";
|
||||
type Query = Record<string, string>;
|
||||
export type Listener = (query: Query) => any;
|
||||
|
||||
Reference in New Issue
Block a user