mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Fix] Core 修复 BasicBotCode 中 'contentToString()' 格式错误的问题;
[Fix] BasicBotCode 修复 'contentToString()' 尾部缺少方括号的问题;
This commit is contained in:
parent
2520c79c50
commit
1bbaf1f164
@ -66,7 +66,7 @@ public class BasicBotCode extends AbstractBotCode {
|
|||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return builder.deleteCharAt(builder.lastIndexOf("&")).toString();
|
return builder.deleteCharAt(builder.lastIndexOf("&")).append(']').toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user