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