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