// 操作提示标签 import React from 'react'; const ShortcutTag = ({ children, className }) => { return
{children}
} export default ShortcutTag