From b17f020c26662f5d933f03fdaf30f10e55c5c527 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Wed, 7 Jan 2026 11:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=87=AA=E5=8A=A8=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.rs b/src/constant.rs index 2eb697f..cdd69b3 100644 --- a/src/constant.rs +++ b/src/constant.rs @@ -8,7 +8,7 @@ pub const DIST_DIR: &str = "./template/dist"; //前端释放目录 pub const DATABASE: &str = "./data.sqlite"; //保存数据的目录 pub const PORT: u16 = 80; -pub const BROWER_OPEN: bool = true; +pub const BROWER_OPEN: bool = false;//自动打开浏览器 pub mod sql { pub const CREATE_TABLE_TASKS: &str = "