mirror of
				https://github.com/LamGC/ContentGrabbingJi.git
				synced 2025-11-04 02:26:57 +00:00 
			
		
		
		
	[Change] BotCommandProcess 简化Search参数'ContentOption'的名称('contentOption' -> 'option');
This commit is contained in:
		@ -289,7 +289,7 @@ public class BotCommandProcess {
 | 
			
		||||
            @Argument(name = "area", force = false) String area,
 | 
			
		||||
            @Argument(name = "in", force = false) String includeKeywords,
 | 
			
		||||
            @Argument(name = "ex", force = false) String excludeKeywords,
 | 
			
		||||
            @Argument(name = "contentOption", force = false) String contentOption,
 | 
			
		||||
            @Argument(name = "option", force = false) String contentOption,
 | 
			
		||||
            @Argument(name = "page", force = false, defaultValue = "1") int pagesIndex
 | 
			
		||||
    ) throws IOException {
 | 
			
		||||
        log.info("正在执行搜索...");
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user