Go to file
Grand-cocoa 76d6f849a4
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
refactor(bot-config): 重构Bot配置并更新初始化
- 重构BotConfig类并移动至新的package:info.alinadace.miraibot.configuration。
- 从BotConfiguration.kt中移除未使用的imports和函数。
- 在Initialization.kt中添加PostConstruct注解用于服务初始化。
- 更新ExampleService.kt以使用新的配置package。
- 通过更改名称为'functionMap'并使用GlobalEventChannel优化事件处理。

此重构改进了代码结构,更新了配置的初始化,并增强了事件处理机制。
2024-09-04 20:03:47 +08:00
.gitea/workflows refactor(miraibot): 更新服务和配置,优化bot初始化- 重构BotConfiguration以使用延迟初始化。 2024-09-04 18:32:06 +08:00
.mvn/wrapper init 2024-08-29 17:02:36 +08:00
src refactor(bot-config): 重构Bot配置并更新初始化 2024-09-04 20:03:47 +08:00
.gitignore init 2024-08-29 17:02:36 +08:00
mvnw init 2024-08-29 17:02:36 +08:00
mvnw.cmd init 2024-08-29 17:02:36 +08:00
pom.xml init 2024-08-29 17:02:36 +08:00