mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
Now it is able to install apps from the render process and properly display logs on the app detial page.
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import { deepLink } from './deeplink';
|
|
|
|
deepLink.on("event", (query) => {
|
|
console.log(`Deep link: event "event" fired with query: ${JSON.stringify(query)}`);
|
|
}); |