🔨 查看执行日志.

This commit is contained in:
lijiahang
2024-03-18 17:51:13 +08:00
parent 2451f4af82
commit 6c0f20a6de
13 changed files with 302 additions and 11 deletions

View File

@@ -31,4 +31,6 @@ public interface Const extends com.orion.lang.constant.Const, FieldConst, CnCons
Integer DEFAULT_VERSION = 1;
String ERROR_LOG = "error.log";
}

View File

@@ -89,4 +89,6 @@ public interface ErrorMessage {
String CHECK_AUTHORIZED_HOST = "请选择已授权的主机";
String FILE_READ_ERROR = "文件读取失败";
}