From fcaeedb5435a2b91fce1bca9415f5e8aa4340801 Mon Sep 17 00:00:00 2001 From: chenqi Date: Fri, 19 Dec 2025 14:33:04 +0800 Subject: [PATCH] =?UTF-8?q?```=20fix(openhis-ui-vue3):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20package.json=20=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正了 package.json 文件末尾缺少的换行符,确保文件格式符合标准要求 ``` --- openhis-ui-vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/package.json b/openhis-ui-vue3/package.json index e8cb36d0..1c1e9ab7 100644 --- a/openhis-ui-vue3/package.json +++ b/openhis-ui-vue3/package.json @@ -58,4 +58,4 @@ "vite-plugin-compression": "^0.5.1", "vite-plugin-svg-icons": "^2.0.1" } -} \ No newline at end of file +}