Skip to content

Commit 7b31b9d

Browse files
ffff
authored andcommitted
fix: 优化quicklist组件文档
1 parent 60a8370 commit 7b31b9d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/core/src/Modal/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Modal 模态框
88

99
### 基础示例
1010

11-
<!--DemoStart-->
11+
1212
```jsx mdx:preview
1313
import React, { useState, Fragment } from 'react';
1414
import { View, Text, SafeAreaView } from 'react-native';
@@ -39,7 +39,6 @@ function ButtonGroupView() {
3939
}
4040
export default ButtonGroupView
4141
```
42-
<!--End-->
4342

4443
### Props
4544

packages/core/src/NoticeBar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default NoticeBarExample;
7272
7373
属性 | 说明 | 类型 | 默认值
7474
----|-----|------|------
75-
| mode | 提示类型,可选 `closable`,`link` | String | '' |
75+
| mode | 提示类型,可选 `closable`,`link` | String | - |
7676
| icon | 在开始位置设置图标 | ReactNode | `<Icon type={require('./trips.svg')} size="xxs" />`|
7777
| onPress | 点击关闭或者操作区域的回调函数 | () => void | |
7878
| marqueeProps | marquee 参数 | Object | `{loop: false, leading: 500, trailing: 800, fps: 40, style: {}}` |

0 commit comments

Comments
 (0)