From 33d54a26b3c960db9265dea8d161c83e8a64d5bb Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 28 Jun 2026 13:42:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d13d5f5..81a2342 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,10 @@ "type-check": "vue-tsc --noEmit", "clean:linux": "rm -rf dist || rm -rf node_modules", "clean:windows": "rd /s /q dist || rd /s /q node_modules", - "postinstall": "node scripts/patch-u-input.js" + "postinstall": "node scripts/patch-u-input.js", + "patch:u-input": "node scripts/patch-u-input.js", + "predev": "node scripts/patch-u-input.js", + "prebuild": "node scripts/patch-u-input.js" }, "dependencies": { "@dcloudio/uni-app": "3.0.0-4000820240401001",