update conf

This commit is contained in:
Song Li 2024-11-25 10:36:32 +08:00
parent 55f8809d13
commit 645daa690d
2 changed files with 437 additions and 199 deletions

622
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{ {
"$schema": "https://schema.tauri.app/config/2.0.0-rc", "$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "IT Tools", "productName": "IT Tools",
"version": "0.1.0", "version": "0.1.0",
"identifier": "tech.it-tools", "identifier": "tech.it-tools",
@ -13,8 +13,8 @@
"windows": [ "windows": [
{ {
"title": "IT Tools", "title": "IT Tools",
"width": 1024, "width": 1280,
"height": 768, "height": 800,
"resizable": true, "resizable": true,
"fullscreen": false "fullscreen": false
} }
@ -26,12 +26,6 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"icon": [ "icon": ["../public/favicon-32x32.png", "../public/android-chrome-512x512.png", "../public/favicon.ico"]
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
} }
} }