【光环助手V5.6.0】工具箱集合页优化 https://git.shanqu.cc/pm/halo-app-issues/-/issues/1640

This commit is contained in:
leafwai
2021-12-23 16:38:21 +08:00
parent 53a9f408e7
commit 4203fdfb72
20 changed files with 952 additions and 3 deletions

View File

@ -394,4 +394,10 @@ public class Constants {
// 标记下载重试标记(值为任务已下载大小,为空表示需要重试)
public static final String MARK_RETRY_DOWNLOAD = "retry_download";
// 工具箱历史记录最多4个
public static final String TOOLBOX_HISTORY = "toolbox_history";
public static final String NEW_DEV_API_HOST = "https://dev-app-api.ghzs.com/";
public static final String NEW_API_HOST = "https://app-api.ghzs.com/";
}