This commit is contained in:
Van0313
2025-04-25 16:13:20 +08:00
parent 39ea8e5859
commit d6110a2d4b

View File

@@ -1269,6 +1269,7 @@ public class JDUtil {
if (!isCj) {
try {
if (!message.equals(url)){
String[] lines = message.split("\\r?\\n");
if (lines.length > 0) {
title = lines[0];
@@ -1279,6 +1280,8 @@ public class JDUtil {
logger.info("文案首行 {}", title);
title = title.replaceAll("@|所有人", "");
}
}
} catch (Exception e) {
logger.error("文案首行异常", e);
}