From f91e823670dcdbc08b1043c8e218f1274509c1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 9 Sep 2024 13:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=B0=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/modules/plugin/overwall/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/modules/plugin/overwall/config.js b/packages/core/src/modules/plugin/overwall/config.js index db179484..a41a64d5 100644 --- a/packages/core/src/modules/plugin/overwall/config.js +++ b/packages/core/src/modules/plugin/overwall/config.js @@ -44,6 +44,6 @@ module.exports = { enabled: true, // update: [ 'https://gitlab.com/gfwlist/gfwlist/raw/master/gfwlist.txt' ], pacFileAbsolutePath: null, // 自定义 pac.txt 文件位置,可以是本地文件路径 - pacFilePath: './extra/pac/pac.txt' // 默认内置 pac.txt 文件路径 + pacFilePath: './extra/pac/pac.txt' // 内置 pac.txt 文件路径 } }