From 081b018bb91f34687a1d094aa047125264197e71 Mon Sep 17 00:00:00 2001 From: Jerry Zhou <61733195+YangguangZhou@users.noreply.github.com> Date: Thu, 23 May 2024 20:24:05 +0800 Subject: [PATCH] Update pake.json Signed-off-by: Jerry Zhou <61733195+YangguangZhou@users.noreply.github.com> --- src-tauri/pake.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src-tauri/pake.json b/src-tauri/pake.json index 382b34b04..9556d3c10 100644 --- a/src-tauri/pake.json +++ b/src-tauri/pake.json @@ -1,7 +1,19 @@ { "windows": [ { - "url": "https://weread.qq.com", + "url": "https://cn.ai0.cn", + "url_type": "web", + "hide_title_bar": true, + "fullscreen": false, + "width": 1200, + "height": 780, + "resizable": true, + "always_on_top": false, + "activation_shortcut": "", + "disabled_web_shortcuts": false + }, + { + "url": "https://genshin.jerryz.com.cn", "url_type": "web", "hide_title_bar": true, "fullscreen": false,