'添加自定义图标大小','待办任务可使用CRON表达式自定义提醒频率'
This commit is contained in:
14
Constant/TodoTaskExecType.cs
Normal file
14
Constant/TodoTaskExecType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GeekDesk.Constant
|
||||
{
|
||||
public enum TodoTaskExecType
|
||||
{
|
||||
SET_TIME = 1, //指定时间
|
||||
CRON = 2 //cron表达式
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user