diff --git a/package.json b/package.json index 687e870..5bc1b41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "text-recover", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", @@ -17,6 +17,7 @@ "devDependencies": { "@tauri-apps/cli": "^1", "@types/node": "^20.11.27", + "@vicons/ionicons5": "^0.12.0", "@vitejs/plugin-vue": "^5.0.4", "less": "^4.2.0", "naive-ui": "^2.38.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ecea78a..730af0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,6 +19,9 @@ devDependencies: '@types/node': specifier: ^20.11.27 version: 20.11.27 + '@vicons/ionicons5': + specifier: ^0.12.0 + version: 0.12.0 '@vitejs/plugin-vue': specifier: ^5.0.4 version: 5.0.4(vite@5.1.6)(vue@3.4.21) @@ -601,6 +604,10 @@ packages: undici-types: 5.26.5 dev: true + /@vicons/ionicons5@0.12.0: + resolution: {integrity: sha512-Iy1EUVRpX0WWxeu1VIReR1zsZLMc4fqpt223czR+Rpnrwu7pt46nbnC2ycO7ItI/uqDLJxnbcMC7FujKs9IfFA==} + dev: true + /@vitejs/plugin-vue@5.0.4(vite@5.1.6)(vue@3.4.21): resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} engines: {node: ^18.0.0 || >=20.0.0} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7c497d4..b838b5b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,7 +21,7 @@ { "title": "Text Recover", "width": 800, - "height": 800 + "height": 600 } ], "security": { diff --git a/src/App.vue b/src/App.vue index 403301a..15faae2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@