mirror of
				https://github.com/LamGC/ContentGrabbingJi.git
				synced 2025-11-04 02:26:57 +00:00 
			
		
		
		
	[Change] Console* 调整包路径;
This commit is contained in:
		@ -2,6 +2,8 @@ package net.lamgc.cgj.bot.framework.cli;
 | 
			
		||||
 | 
			
		||||
import net.lamgc.cgj.bot.boot.ApplicationBoot;
 | 
			
		||||
import net.lamgc.cgj.bot.event.BotEventHandler;
 | 
			
		||||
import net.lamgc.cgj.bot.framework.cli.message.ConsoleMessageEvent;
 | 
			
		||||
import net.lamgc.cgj.bot.framework.cli.message.ConsoleMessageSenderFactory;
 | 
			
		||||
import net.lamgc.cgj.bot.message.MessageSenderBuilder;
 | 
			
		||||
import org.jline.reader.LineReader;
 | 
			
		||||
import org.jline.reader.LineReaderBuilder;
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli;
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli.message;
 | 
			
		||||
 | 
			
		||||
import net.lamgc.cgj.bot.event.MessageEvent;
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli;
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli.message;
 | 
			
		||||
 | 
			
		||||
import net.lamgc.cgj.bot.message.MessageSender;
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli;
 | 
			
		||||
package net.lamgc.cgj.bot.framework.cli.message;
 | 
			
		||||
 | 
			
		||||
import net.lamgc.cgj.bot.message.MessageSender;
 | 
			
		||||
import net.lamgc.cgj.bot.message.MessageSenderFactory;
 | 
			
		||||
		Reference in New Issue
	
	Block a user