https://blueprintjs.com/docs/#timezone
消息通知 https://blog.csdn.net/gc_2299/article/details/78797776
export const options = [
{ label: <>紧急 <Tag level="1"/></>, value: 1 },
{ label: <>主要 <Tag level="2"/></>, value: 2 },
{ label: <>次要 <Tag level="3"/></>, value: 3 },
{ label: <>提醒 <Tag level="4"/></>, value: 4 },
]