We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40c2a commit 138b522Copy full SHA for 138b522
src/pages/JExcel/index.tsx
@@ -186,7 +186,9 @@ const JExcel: React.FC<JExcelProps> = (props) => {
186
<Tag icon={<ExclamationCircleOutlined />} color="warning">
187
小彩蛋: 您还不知道吧!<br/>
188
这个列表可以像excel一样操作;<br/>
189
- 还能从excel里面粘贴数据!<br/>
+ 能从excel里面粘贴数据;<br/>
190
+ 还能将元数据导出到excel;<br/>
191
+ 像excel一样,在列表点击右键,开启不一样的体验!<br/>
192
</Tag>
193
</>
194
});
0 commit comments