From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 uni_modules/uview-ui/components/u-parse/u-parse.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uni_modules/uview-ui/components/u-parse/u-parse.vue b/uni_modules/uview-ui/components/u-parse/u-parse.vue
index 7bc8b3d..0abdfb8 100644
--- a/uni_modules/uview-ui/components/u-parse/u-parse.vue
+++ b/uni_modules/uview-ui/components/u-parse/u-parse.vue
@@ -31,7 +31,7 @@
  * @property {Boolean}			showImgMenu	鏄惁鍏佽鍥剧墖琚暱鎸夋椂鏄剧ず鑿滃崟锛堥粯璁� true 锛�
  * @property {Object}			tagStyle	鏍囩鐨勯粯璁ゆ牱寮�
  * @property {Boolean | Number}	useAnchor	鏄惁浣跨敤閿氱偣閾炬帴
- * 
+ *
  * @event {Function}	load	dom 缁撴瀯鍔犺浇瀹屾瘯鏃惰Е鍙�
  * @event {Function}	ready	鎵�鏈夊浘鐗囧姞杞藉畬姣曟椂瑙﹀彂
  * @event {Function}	imgTap	鍥剧墖琚偣鍑绘椂瑙﹀彂
@@ -127,7 +127,7 @@
         // #ifndef APP-PLUS-NVUE
         let deep = ' '
         // #ifdef MP-WEIXIN || MP-QQ || MP-TOUTIAO
-        deep = '>>>'
+        deep = '::v-deep'
         // #endif
         const selector = uni.createSelectorQuery()
           // #ifndef MP-ALIPAY

--
Gitblit v1.9.1