From 14bd6d0ea884664596f4ba059cb1568cd220cd87 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 28 May 2026 10:18:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E8=85=BE=E8=AE=AF=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages.config.ts b/pages.config.ts index 5d9649c..64f0422 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -8,10 +8,6 @@ export default defineUniPages({ navigationBarBackgroundColor: '#FFFFFF', navigationBarTextStyle: 'black', backgroundColor: '#FFFFFF', - // 全局注册微信原生组件(仅 mp-weixin 编译器会读取此字段) - usingComponents: { - 'markdown-preview': '/wxcomponents/agent-ui/wd-markdown/index', - }, }, easycom: { autoscan: true, @@ -29,5 +25,5 @@ export default defineUniPages({ network: 'all', packages: ['chart-sub'], }, - }, + }, })