add:插件系统

This commit is contained in:
2026-04-05 14:06:49 +08:00
parent 069a478559
commit 1fca17d557
31 changed files with 3361 additions and 1438 deletions
+5
View File
@@ -34,6 +34,11 @@ namespace Ink_Canvas.Helpers.Plugins
/// </summary>
public string Id { get; protected set; }
/// <summary>
/// 写入 <see cref="PluginManager"/> 配置时使用的稳定键(默认同类型全名;多实例类型如 SDK 目录插件应重写)。
/// </summary>
public virtual string PluginStateKey => GetType().FullName;
/// <summary>
/// 插件路径
/// </summary>