优化插入日程和删除日程流程
This commit is contained in:
@ -185,6 +185,9 @@ public class Constants {
|
||||
// 悬浮图标Y值
|
||||
public static final String SP_TASK_FLOAT_LAST_Y = "task_float_last_y";
|
||||
|
||||
// 日程ID
|
||||
public static final String SP_SCHEDULE_ID = "schedule_id";
|
||||
|
||||
//手机号码匹配规则
|
||||
public static final String REGEX_MOBILE = "^((13[0-9])|(15[^4,\\D])|(18[0,5-9]))\\d{8}$";
|
||||
public static final String REGEX_ACCOUNT = "^[a-zA-Z_]\\w{5,17}$";
|
||||
|
||||
Reference in New Issue
Block a user