【优化】增加不能解析的content

This commit is contained in:
cherishsince 2024-04-29 22:11:31 +08:00
parent 03b4460eae
commit b3bc2d7a5f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class MidjourneyUtil {
// 南极应该是什么样子
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (32%) (fast, stealth)",
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (fast, stealth)"
// Upscaling image #3 with **A girl from China, creator of ancient Chinese clothing, dances on the square** - <@975372485971312700> (Waiting to start)
MidjourneyMessage.Content mjContent = new MidjourneyMessage.Content();
if (CharSequenceUtil.isBlank(content)) {
return null;