From 45f1becbb931b0c91674bec01132b4bf00d06cab Mon Sep 17 00:00:00 2001 From: Starsky16 <163619709+Starsky16@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:05:43 +0800 Subject: [PATCH 1/2] Add KeyboardCapture plugin to plugins-v2 index --- .../plugins-v2/Starsky16.KeyboardCapture.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/plugins-v2/Starsky16.KeyboardCapture.yml diff --git a/index/plugins-v2/Starsky16.KeyboardCapture.yml b/index/plugins-v2/Starsky16.KeyboardCapture.yml new file mode 100644 index 0000000..4f49398 --- /dev/null +++ b/index/plugins-v2/Starsky16.KeyboardCapture.yml @@ -0,0 +1,22 @@ +# KeyboardCapture 插件上架清单(ClassIsland 插件市场,插件源 2.x) +# 提交位置:https://github.com/ClassIsland/PluginIndex 的 index/plugins-v2/ 目录 +# 参考文档:https://docs.classisland.tech/dev/plugins/publishing.html +# 发布 Release 的 Tag 必须严格为 a.b.c.d 格式,且与下方 version 一致。 + +id: Starsky16.KeyboardCapture +name: 键盘捕捉 +description: 全局键盘按键捕捉服务,供其他 ClassIsland 插件订阅全局按键事件。 +entranceAssembly: "KeyboardCapture.dll" +url: https://github.com/Starsky16/KeyboardCapture +version: 0.0.0.1 +apiVersion: 2.0.0.0 +author: Starsky16 +supportedOSPlatforms: + - Windows +readme: README.md +icon: icon.png + +repoOwner: Starsky16 +repoName: KeyboardCapture +assetsRoot: main/ +artifactName: KeyboardCapture.cipx From e42f8adeff6fe4e7191e6f3c88474e6d76e5ba44 Mon Sep 17 00:00:00 2001 From: Starsky16 <163619709+Starsky16@users.noreply.github.com> Date: Sat, 19 Sep 2026 00:22:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20KeyboardCapture=20?= =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E7=89=88=E6=9C=AC=E8=87=B3=200.0.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/plugins-v2/Starsky16.KeyboardCapture.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/plugins-v2/Starsky16.KeyboardCapture.yml b/index/plugins-v2/Starsky16.KeyboardCapture.yml index 4f49398..9cecf98 100644 --- a/index/plugins-v2/Starsky16.KeyboardCapture.yml +++ b/index/plugins-v2/Starsky16.KeyboardCapture.yml @@ -8,7 +8,7 @@ name: 键盘捕捉 description: 全局键盘按键捕捉服务,供其他 ClassIsland 插件订阅全局按键事件。 entranceAssembly: "KeyboardCapture.dll" url: https://github.com/Starsky16/KeyboardCapture -version: 0.0.0.1 +version: 0.0.0.2 apiVersion: 2.0.0.0 author: Starsky16 supportedOSPlatforms: