export default [ { title: '倒计时', schema: { componentName: 'PisellCountdown', props: { interval: 1000, format: "HH:mm:ss" }, }, }, ];