新增日常类型插件类

This commit is contained in:
2025-11-06 20:41:25 +08:00
parent 599705d79e
commit 2be8563f41
4 changed files with 48 additions and 23 deletions

View File

@@ -209,7 +209,7 @@ class WPSAPI(BasicWPSInterface):
@override
def wake_up(self) -> None:
config.Log("Info", "WPSAPI核心插件已加载")
config.Log("Info", f"{ConsoleFrontColor.GREEN}WPSAPI核心插件已加载{ConsoleFrontColor.RESET}")
self.register_plugin("say")
self.register_plugin("")