feat(core): 重构主类并添加新功能

- 重构 Main 类,添加新属性和方法- 新增 RegistrationTool 类,用于注册工具类别
- 添加 StartupEvent 事件,用于程序启动时触发
- 修改插件加载逻辑,使用 Main.getMain() 获取主类实例
This commit is contained in:
tzdwindows 7
2025-02-10 22:03:56 +08:00
parent dc4ca24533
commit 4387f32f70
5 changed files with 188 additions and 58 deletions

View File

@@ -12,7 +12,7 @@ if (currentJavaVersion != requiredJavaVersion) {
}
group = 'com.axis.innovators.box'
version = '1.0-SNAPSHOT'
version = '0.0.1'
repositories {
mavenLocal()