所有核心能力都从 PluginAPI 进入。
class PluginAPI:
widgets: WidgetsAPI
notification: NotificationAPI
schedule: ScheduleAPI
schedulemanagement: ScheduleManagementAPI
globalconfig: GlobalConfigAPI
application: ApplicationAPI
diagnostics: DiagnosticsAPI
theme: ThemeAPI
runtime: RuntimeAPI
config: ConfigAPI
automation: AutomationAPI
actions: ActionsAPI
ui: UiAPIWidgetsAPI: 注册 WidgetNotificationAPI: 注册通知提供者ScheduleAPI: 读取和更新课程表ScheduleManagementAPI: 切换和保存课程表GlobalConfigAPI: 访问全局配置ApplicationAPI: 读取应用信息和重启DiagnosticsAPI: 读取日志ThemeAPI: 读取主题RuntimeAPI: 读取当前运行态ConfigAPI: 注册插件配置模型AutomationAPI: 注册自动化任务ActionsAPI: 注册全局 ActionUiAPI: 注册设置页和托盘快捷方式