From bcd8fc39639c4c5089cfcec23317efdbafe5c58a Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 8 Sep 2024 16:29:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(app):=20=E5=90=AF=E7=94=A8=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=AE=B1=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/modules.js b/src/config/modules.js index 8d35d3c..7f54c07 100644 --- a/src/config/modules.js +++ b/src/config/modules.js @@ -27,7 +27,7 @@ export const SEARCH_MODULE_ENABLED = true; export const SEARCH_MODULE_TITLE = '搜索'; /** 启用模块 */ -export const TOOLBOX_MODULE_ENABLED = IS_DEV; +export const TOOLBOX_MODULE_ENABLED = true; /** 模块标题 */ export const TOOLBOX_MODULE_TITLE = '工具箱';