1
This commit is contained in:
@@ -285,6 +285,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
||||
|
||||
private String handleTF(String input) {
|
||||
String body = input.replaceFirst("^TF\\s*", "");
|
||||
body = body.replaceAll("[啊阿]", "");
|
||||
String[] lines = body.split("\\r?\\n+");
|
||||
List<String> outputs = new ArrayList<>();
|
||||
for (String line : lines) {
|
||||
|
||||
Reference in New Issue
Block a user