refactor: add the log plugin

This commit is contained in:
Kevin Yue
2023-05-23 16:38:29 +08:00
parent 462428f99a
commit 8de183a53d
6 changed files with 304 additions and 149 deletions

10
gpgui/pnpm-lock.yaml generated
View File

@@ -17,8 +17,8 @@ dependencies:
specifier: ^5.11.11
version: 5.11.11(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0)
'@tauri-apps/api':
specifier: ^1.2.0
version: 1.2.0
specifier: ^1.3.0
version: 1.3.0
react:
specifier: ^18.2.0
version: 18.2.0
@@ -848,8 +848,8 @@ packages:
'@swc/core-win32-x64-msvc': 1.3.36
dev: true
/@tauri-apps/api@1.2.0:
resolution: {integrity: sha512-lsI54KI6HGf7VImuf/T9pnoejfgkNoXveP14pVV7XarrQ46rOejIVJLFqHI9sRReJMGdh2YuCoI3cc/yCWCsrw==}
/@tauri-apps/api@1.3.0:
resolution: {integrity: sha512-AH+3FonkKZNtfRtGrObY38PrzEj4d+1emCbwNGu0V2ENbXjlLHMZQlUh+Bhu/CRmjaIwZMGJ3yFvWaZZgTHoog==}
engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
dev: false
@@ -1398,5 +1398,5 @@ packages:
name: tauri-plugin-log-api
version: 0.0.0
dependencies:
'@tauri-apps/api': 1.2.0
'@tauri-apps/api': 1.3.0
dev: false