From 705dbcd80a1b07afade082092a94fc30ca87db9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Fri, 10 Jan 2025 13:59:21 +0800 Subject: [PATCH] =?UTF-8?q?optimize:=20=E5=85=B1=E4=BA=AB=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=8E1.x=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=A6=BB=E5=BC=80=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index fe240a7..1b2c678 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -22,7 +22,7 @@ module.exports = { remoteConfig: { enabled: true, // 共享远程配置地址 - url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror/packages/core/src/config/remote_config.json5', + url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror/packages/core/src/config/remote_config.json', // 个人远程配置地址 personalUrl: '', },