This commit is contained in:
77
2024-04-24 00:47:07 +08:00
parent 417d2a8ff7
commit d30b196abf

View File

@@ -4,10 +4,11 @@ import lombok.Getter;
@Getter @Getter
public enum ImagesEnums { public enum ImagesEnums {
VIP_LOG("xq/images/logs/"), VIP_LOG("xq/images/logs/vip-log.png"),
CONSUMER_LOG("xq/images/logs/"), CONSUMER_LOG("xq/images/logs/consumer-log.png"),
SYSTEM_LOG("xq/images/logs/"), CONSUMER_FAIL_LOG("xq/images/logs/consumer-fail.png"),
LOGO_LOG("xq/images/logs/"), SYSTEM_LOG("xq/images/logs/system-log.png"),
LOGO_LOG("xq/images/logs/logo.png"),
; ;
private final String path; private final String path;