From 808a9dc480dc649da4ae30e8505745232e4a361c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 16 Oct 2022 22:29:38 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=A4=8D=E5=8E=9F=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/main.rs | 2 +- src-tauri/tauri.conf.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 0ebc380..fd2e0e7 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -119,7 +119,7 @@ fn main() -> wry::Result<()> { }; let _webview = WebViewBuilder::new(window)? - .with_url("https://witeboard.com/")? + .with_url("https://weread.qq.com/")? // .with_devtools(true) .with_initialization_script(script) .with_ipc_handler(handler) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 31b6e1f..b10ed1c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "package": { - "productName": "Witeboard", + "productName": "WeRead", "version": "0.1.0" }, "build": { @@ -14,7 +14,7 @@ "all": true }, "bundle": { - "icon": ["icons/witeboard.icns"], + "icon": ["icons/weRead.icns"], "active": true, "category": "DeveloperTool", "copyright": "", @@ -22,7 +22,7 @@ "depends": [] }, "externalBin": [], - "identifier": "com.tw93.witeboard", + "identifier": "com.tw93.weRead", "longDescription": "", "macOS": { "entitlements": null, @@ -51,7 +51,7 @@ "fullscreen": false, "height": 728, "resizable": true, - "title": "Witeboard", + "title": "WeRead", "width": 1200 } ]