// 停顿时间 export const TitleBlackElement = { type: 'title-black', children: [{ text: '' }] } // 数字 export const NumberElement = { type: 'number-value', children: [{ text: '' }] } // 多音字 export const TextElement = { type: 'text-value', children: [{ text: '' }] }