mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
- sdk: RegisterOnRemoveHandler/RunOnRemoveHandlers(仅卸载时触发,重载不触发; 后注册先执行、幂等),与 RegisterStopHandler/RunStopHandlers 并存 - plugindev: 模板 main.go.tmpl 新增 onRemove 演示(删配置键),templates.go 同步 - example/calendar: RegisterOnRemoveHandler(p.cleanupData) 卸载时清理 events.json - README/README_EN: 生命周期文档补充 onRemove - example/calendar/plg.json: 版本对齐
16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"name": "calendar",
|
|
"name_zh": "日历",
|
|
"name_en": "Calendar",
|
|
"version": "1.0.0",
|
|
"description": "日历事件管理,支持提醒和重复事件",
|
|
"author": "HomeAgent",
|
|
"entry": "plugin.so",
|
|
"tags": ["calendar", "event", "reminder", "schedule"],
|
|
"targets": "linux/amd64",
|
|
"outdir": "dist",
|
|
"bundle": true,
|
|
"replaces": {},
|
|
"source_dirs": []
|
|
}
|