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
@@ -14,6 +14,8 @@ namespace Ink_Canvas.Helpers.Plugins
private readonly Version _pluginVersion;
private bool _isInitialized;
public override string PluginStateKey => "ICCPP:" + (_pluginPath ?? string.Empty);
/// <summary>
/// 创建 ICCPP 插件适配器
/// </summary>