Files
LanMountainDesktop/LanAirApp/docs/PLUGIN_DEVELOPMENT.md

17 lines
455 B
Markdown
Raw Normal View History

2026-03-10 12:14:49 +08:00
# 插件开发指南
2026-03-10 00:04:33 +08:00
2026-03-10 12:14:49 +08:00
## 中文
2026-03-10 00:04:33 +08:00
2026-03-10 12:14:49 +08:00
使用 `LanMountainDesktop.PluginSdk` 开发插件时,至少需要准备:
2026-03-10 00:04:33 +08:00
- `plugin.json`
2026-03-10 12:14:49 +08:00
- 插件入口程序集
- 入口类
- 本地化资源
2026-03-10 00:04:33 +08:00
2026-03-10 12:14:49 +08:00
推荐从示例插件开始,先完成清单、入口、设置页和桌面组件,再逐步扩展业务逻辑。
2026-03-10 00:04:33 +08:00
2026-03-10 12:14:49 +08:00
## English
2026-03-10 00:04:33 +08:00
2026-03-10 12:14:49 +08:00
To build a plugin with `LanMountainDesktop.PluginSdk`, prepare the manifest, plugin assembly, entrance class, and localization resources first.