From 9ea4433933fe8bd055260d63c047010f8a1e7bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 8 Mar 2023 17:10:00 +0800 Subject: [PATCH] =?UTF-8?q?enhance(config):=E8=B0=83=E6=95=B4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AA=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0776e03..6c412c7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,8 +7,8 @@ "withGlobalTauri": false }, "package": { - "productName": "comic_viewer", - "version": "0.0.0" + "productName": "漫画阅读器", + "version": "0.1.0" }, "tauri": { "allowlist": { @@ -64,9 +64,9 @@ { "fullscreen": false, "resizable": true, - "title": "漫画浏览器", + "title": "漫画阅读器", "width": 1000, - "height": 600 + "height": 800 } ] }