Skip to content

Commit fb92192

Browse files
committed
update deps and remove splashscreen
1 parent f872c1e commit fb92192

File tree

10 files changed

+963
-1435
lines changed

10 files changed

+963
-1435
lines changed

.vscode/extensions.json

-3
This file was deleted.

components.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ declare module 'vue' {
2222
NSwitch: typeof import('naive-ui')['NSwitch']
2323
NTooltip: typeof import('naive-ui')['NTooltip']
2424
Options: typeof import('./src/components/Options.vue')['default']
25-
ShortcutModal: typeof import('./src/components/shortcutModal.vue')['default']
2625
Toolbar: typeof import('./src/components/Toolbar.vue')['default']
2726
}
2827
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "window-reader",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"scripts": {
55
"dev": "tauri dev",
66
"build": "tauri build"
77
},
88
"dependencies": {
9-
"@tauri-apps/api": "^1.0.0-rc.1",
10-
"@tauri-apps/cli": "^1.0.0-rc.5",
9+
"@tauri-apps/api": "^1.0.2",
10+
"@tauri-apps/cli": "^1.0.5",
1111
"@vueup/vue-quill": "1.0.0-beta.8",
1212
"@vueuse/core": "7.6.2",
1313
"file-saver": "^2.0.5",
@@ -30,4 +30,4 @@
3030
"vue-tsc": "^0.3.0",
3131
"windicss": "^3.4.3"
3232
}
33-
}
33+
}

pnpm-lock.yaml

+51-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)