From fdc75db26d1b3cd0a926e96ab47db4ccfa31aa47 Mon Sep 17 00:00:00 2001 From: Nikoa Date: Sun, 15 Mar 2026 17:13:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?git:=E6=B7=BB=E5=8A=A0gitignore=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eec3aa5..2da33e0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ obj/ /packages/ riderModule.iml /_ReSharper.Caches/ -*.nupkg \ No newline at end of file +*.nupkg +/.vs/ClassIsland.PluginTemplate2 From fb4fa8e58efa7aeb705dda646884855c9d6123de Mon Sep 17 00:00:00 2001 From: Nikoa Date: Sun, 15 Mar 2026 17:13:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0supportedOSPlatforms?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClassIsland.PluginTemplate2/manifest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ClassIsland.PluginTemplate2/manifest.yml b/ClassIsland.PluginTemplate2/manifest.yml index a49a575..65de5f5 100644 --- a/ClassIsland.PluginTemplate2/manifest.yml +++ b/ClassIsland.PluginTemplate2/manifest.yml @@ -11,3 +11,7 @@ url: https://example.com version: 0.0.0.0 apiVersion: 2.0.0.0 author: 无名氏 +supportedOSPlatforms: +- Windows +- Linux +- OSX \ No newline at end of file