import { i18n } from "../_utils/i18n"; export default [{ title: i18n("开关", "Switch"), screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/switch-1.png', schema: { componentName: 'Switch', props: { defaultChecked: true } } }];