From 868674bbdd6a0348c7d754f386d18e6251d0f8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 8 Mar 2023 10:23:46 +0800 Subject: [PATCH] =?UTF-8?q?enhance(setting):=E8=B0=83=E6=95=B4=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d8e7010..4304da7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -27,7 +27,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.tauri.dev", + "identifier": "xyz.archgrid.comic_viewer", "targets": "all" }, "security": { @@ -40,8 +40,8 @@ { "fullscreen": false, "resizable": true, - "title": "comic_viewer", - "width": 800, + "title": "漫画浏览器", + "width": 1000, "height": 600 } ]