|
|
|
@ -43,6 +43,8 @@ public class BizGlobal {
@@ -43,6 +43,8 @@ public class BizGlobal {
|
|
|
|
|
public static final String PROJECT_ICON_COLOR = "projectIconColor"; |
|
|
|
|
public static final Map<Long, Project> CACHE_PROJECT = new HashMap<>(); |
|
|
|
|
public static final Map<Long, Integer> CACHE_PROJECT_COUNT = new HashMap<>(); |
|
|
|
|
public static final String EMPTY_PROJECT_TIPS = "先去添加打卡项吧~"; |
|
|
|
|
public static final String EMPTY_PROJECT_TIPS_ICON = "cmd_alert_decagram_outline"; |
|
|
|
|
public static int REQUEST_CODE_GENERAL = 1; |
|
|
|
|
|
|
|
|
|
private BizGlobal() { |
|
|
|
|