fix image type bug

This commit is contained in:
Julian Freeman
2026-01-20 22:08:56 -04:00
parent 52fb288bed
commit 0541dbfd69
6 changed files with 26 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "watermark-wizard",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "top.volan.watermark-wizard",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "水印精灵 v1.0.0",
"title": "水印精灵 v1.0.1",
"width": 1650,
"height": 1000
}