vscode-tip
配置 cron 定时提示喝水、站立等等:
{
"tip.tips": [
{
"type": "info",
"cron": "*/30 * * * *",
"message": "起来喝水啦!"
},
{
"type": "info",
"cron": "*/30 * * * *",
"message": "已经坐了30分钟啦,快起来走一走吧!"
},
{
"type": "status",
"cron": "58 16,17,18 * * 4",
"message": "KFC 疯狂星期四!!!🍟🍔🍗",
"color": "#ff8800"
}
]
}
Thanks
License
MIT License © 2022 kkopite
| |