From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +0800
Subject: [PATCH] 推送

---
 node_modules/uview-plus/components/u-switch/props.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/node_modules/uview-plus/components/u-switch/props.js b/node_modules/uview-plus/components/u-switch/props.js
index 394298d..40a3454 100644
--- a/node_modules/uview-plus/components/u-switch/props.js
+++ b/node_modules/uview-plus/components/u-switch/props.js
@@ -27,6 +27,16 @@
             type: String,
             default: () => defProps.switch.inactiveColor
         },
+        // 鎵撳紑鏃跺渾鐐圭殑棰滆壊
+        dotActiveColor: {
+            type: String,
+            default: () => defProps.switch.dotActiveColor
+        },
+        // 鍏抽棴鏃跺渾鐐圭殑棰滆壊
+        dotInactiveColor: {
+            type: String,
+            default: () => defProps.switch.dotInactiveColor
+        },
         // 閫氳繃v-model鍙屽悜缁戝畾鐨勫��
         // #ifdef VUE3
         modelValue: {

--
Gitblit v1.9.3