/** * 国际化 */ export interface CronBuilderLocale { title: string; cancel: string; confirm: string; }