Add deep linking

This commit is contained in:
kwaroran
2024-10-09 21:19:58 +09:00
parent 19d1c1ef7a
commit a66f1664ef
13 changed files with 251 additions and 11 deletions

10
pnpm-lock.yaml generated
View File

@@ -44,6 +44,9 @@ importers:
'@tauri-apps/api':
specifier: 2.0.0
version: 2.0.0
'@tauri-apps/plugin-deep-link':
specifier: ~2
version: 2.0.0
'@tauri-apps/plugin-dialog':
specifier: ~2
version: 2.0.0
@@ -1003,6 +1006,9 @@ packages:
engines: {node: '>= 10'}
hasBin: true
'@tauri-apps/plugin-deep-link@2.0.0':
resolution: {integrity: sha512-cDa2k1OrRU5DoKc0IXl1Y8RlFOU107u2phdZfT7FkApsC6TL/VAPs3YOUTT8p9/PZ50EjOKP104HFMqVqnQ0bw==}
'@tauri-apps/plugin-dialog@2.0.0':
resolution: {integrity: sha512-ApNkejXP2jpPBSifznPPcHTXxu9/YaRW+eJ+8+nYwqp0lLUtebFHG4QhxitM43wwReHE81WAV1DQ/b+2VBftOA==}
@@ -4469,6 +4475,10 @@ snapshots:
'@tauri-apps/cli-win32-ia32-msvc': 2.0.2
'@tauri-apps/cli-win32-x64-msvc': 2.0.2
'@tauri-apps/plugin-deep-link@2.0.0':
dependencies:
'@tauri-apps/api': 2.0.0
'@tauri-apps/plugin-dialog@2.0.0':
dependencies:
'@tauri-apps/api': 2.0.0