From f0585fdcc716e8a009f201bec8467d17dd4f79b3 Mon Sep 17 00:00:00 2001 From: yandadaFreedom Date: Tue, 13 Jan 2026 19:23:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9rn=E7=8E=AF=E5=A2=83?= =?UTF-8?q?swiper=20=E7=BB=84=E4=BB=B6props=E6=A3=80=E9=AA=8C=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/platform/template/wx/component-config/swiper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webpack-plugin/lib/platform/template/wx/component-config/swiper.js b/packages/webpack-plugin/lib/platform/template/wx/component-config/swiper.js index 82099ccce6..dedda6c31f 100644 --- a/packages/webpack-plugin/lib/platform/template/wx/component-config/swiper.js +++ b/packages/webpack-plugin/lib/platform/template/wx/component-config/swiper.js @@ -67,7 +67,7 @@ module.exports = function ({ print }) { qa: qaPropLog }, { - test: /^(display-multiple-items|snap-to-edge|easing-function)$/, + test: /^(snap-to-edge)$/, ios: iosPropLog, android: androidPropLog, harmony: harmonyPropLog