feat(活动): 活动多时间配置

This commit is contained in:
luying
2022-11-11 10:27:07 +08:00
parent f3357fc226
commit 282dd73951
7 changed files with 68 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ export enum ACTIVITY_TIME_TYPE {
SERVER_OPEN_TIME = 1, // 服务器开启时间
ROLE_REGISTER_TIME = 2, // 角色创建时间
DATE_TIME = 3, // 指定的日期时间
MULT_DATE_TIME = 4, // 多时间类型
}
/**