Skip to content

Commit bdc4c1d

Browse files
committed
settings now set content to opacity 0
1 parent f28e37f commit bdc4c1d

14 files changed

+421
-369
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
with:
43-
tagName: windowReader-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
44-
releaseName: "windowReader v__VERSION__"
43+
tagName: Traverse-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
44+
releaseName: "Traverse v__VERSION__"
4545
releaseBody: "See the assets to download this version and install."
4646
releaseDraft: true
4747
prerelease: false

components.d.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
// generated by unplugin-vue-components
22
// We suggest you to commit this file into source control
3-
// Read more: https://github.com/vuejs/vue-next/pull/3399
3+
// Read more: https://github.com/vuejs/core/pull/3399
4+
import '@vue/runtime-core'
45

5-
declare module 'vue' {
6+
export {}
7+
8+
declare module '@vue/runtime-core' {
69
export interface GlobalComponents {
710
Content: typeof import('./src/components/Content.vue')['default']
811
ExportModal: typeof import('./src/components/exportModal.vue')['default']
@@ -25,5 +28,3 @@ declare module 'vue' {
2528
Toolbar: typeof import('./src/components/Toolbar.vue')['default']
2629
}
2730
}
28-
29-
export { }

logo.png

-136 KB
Binary file not shown.

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@
99
"@tauri-apps/api": "^1.1.0",
1010
"@tauri-apps/cli": "^1.1.1",
1111
"@vueup/vue-quill": "1.0.0-beta.8",
12-
"@vueuse/core": "7.6.2",
12+
"@vueuse/core": "^7.7.1",
1313
"file-saver": "^2.0.5",
14-
"pinia": "2.0.11",
14+
"pinia": "^2.0.22",
1515
"quill-to-pdf": "^1.0.7",
1616
"quill-to-word": "^1.3.0",
17-
"vue": "3.2.31"
17+
"vue": "^3.2.39"
1818
},
1919
"devDependencies": {
20-
"@iconify/json": "2.1.3",
20+
"@iconify/json": "^2.1.110",
2121
"@types/file-saver": "^2.0.5",
22-
"@vitejs/plugin-vue": "2.2.2",
23-
"naive-ui": "2.25.2",
24-
"typescript": "4.5.5",
25-
"unplugin-auto-import": "0.6.0",
26-
"unplugin-icons": "0.13.2",
27-
"unplugin-vue-components": "0.17.18",
28-
"vite": "2.8.4",
29-
"vite-plugin-windicss": "1.7.1",
22+
"@vitejs/plugin-vue": "^3.1.0",
23+
"@vue/compiler-sfc": "^3.2.39",
24+
"naive-ui": "^2.33.3",
25+
"typescript": "^4.8.3",
26+
"unplugin-auto-import": "^0.11.2",
27+
"unplugin-icons": "^0.14.10",
28+
"unplugin-vue-components": "^0.22.7",
29+
"vite": "^3.1.3",
30+
"vite-plugin-windicss": "^1.8.8",
3031
"vue-tsc": "^0.3.0",
3132
"windicss": "^3.5.6"
3233
}

0 commit comments

Comments
 (0)