feat(core): 重构主类并添加新功能
- 重构 Main 类,添加新属性和方法- 新增 RegistrationTool 类,用于注册工具类别 - 添加 StartupEvent 事件,用于程序启动时触发 - 修改插件加载逻辑,使用 Main.getMain() 获取主类实例
This commit is contained in:
@@ -12,7 +12,7 @@ if (currentJavaVersion != requiredJavaVersion) {
|
||||
}
|
||||
|
||||
group = 'com.axis.innovators.box'
|
||||
version = '1.0-SNAPSHOT'
|
||||
version = '0.0.1'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
||||
Reference in New Issue
Block a user