From 7bcb99df83cb3d32635e2c315603b36cdea5f8cf Mon Sep 17 00:00:00 2001 From: yanghang Date: Fri, 11 Jul 2025 11:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Emarkdown-it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9760aa44..8b55ed63 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "dev:h5": "uni", "dev:h5:sit": "uni -p h5 --mode sit", "dev:h5:uat": "uni -p h5 --mode uat", - "dev:h5:production": "uni -p h5 --mode production", - "build:app-plus:dev": "uni build -p app-plus --mode development", + "dev:h5:production": "uni -p h5 --mode production", + "build:app-plus:dev": "uni build -p app-plus --mode development", "build:app-plus:sit": "uni build -p app-plus --mode sit", "build:app-plus:uat": "uni build -p app-plus --mode uat", "build:app-plus": "uni build -p app-plus", @@ -31,6 +31,7 @@ "@dcloudio/uni-mp-xhs": "3.0.0-4060620250520001", "@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001", "crypto-js": "^3.1.9-1", + "markdown-it": "^14.1.0", "pinia": "^2.3.1", "terser": "^5.42.0", "uuid": "^11.1.0",