From f46786f11c5c08ead7501a82e5a71430ad69b782 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期日, 27 四月 2025 17:39:24 +0800
Subject: [PATCH] 修复线索问题定位错误问题

---
 miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md b/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
index 584359b..125897b 100644
--- a/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
+++ b/miniprogram_npm/tdesign-miniprogram/swipe-cell/README.en-US.md
@@ -6,13 +6,17 @@
 
 name | type | default | description | required
 -- | -- | -- | -- | --
+style | Object | - | CSS(Cascading Style Sheets) | N
+custom-style | Object | - | CSS(Cascading Style Sheets)锛寀sed to set style on virtual component | N
 disabled | Boolean | - | \- | N
-opened   | Boolean / Array | false  | \- | N
 left | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` | N
-right | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` `interface SwipeActionItem {text?: string; icon?: string | object; className?: string; style?: string; onClick?: () => void; [key: string]: any }`銆俒see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts) | N
+opened | Boolean / Array | false | Typescript锛歚boolean \| Array<boolean>` | N
+right | Array / Slot | - | Typescript锛歚Array<SwipeActionItem>` `interface SwipeActionItem {text?: string; icon?: string \| object, className?: string; style?: string; onClick?: () => void; [key: string]: any }`銆俒see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts) | N
 
 ### SwipeCell Events
 
 name | params | description
 -- | -- | --
 click | `(action: SwipeActionItem, source: SwipeSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts)銆�<br/>`type SwipeSource = 'left' \| 'right'`<br/>
+dragend | \- | \-
+dragstart | \- | \-
\ No newline at end of file

--
Gitblit v1.9.3