From fabdf29a613ea6ead50e74216dd24f0adaaf527f Mon Sep 17 00:00:00 2001 From: xiaoxixi Date: Sun, 8 Mar 2026 15:17:25 +0800 Subject: [PATCH 1/3] Add http_setting_server plugin --- index/http_setting_server.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/http_setting_server.yml diff --git a/index/http_setting_server.yml b/index/http_setting_server.yml new file mode 100644 index 0000000..0fe2e3c --- /dev/null +++ b/index/http_setting_server.yml @@ -0,0 +1,16 @@ +# nonk8s +# 插件清单文件使用 YAML 格式存储。 +# YAML 教程:https://www.runoob.com/w3cnote/yaml-intro.html +# 插件清单格式:https://docs.classisland.tech/zh-cn/latest/dev/plugins/create-project/#%E6%8F%92%E4%BB%B6%E6%B8%85%E5%8D%95%E6%96%87%E4%BB%B6 + +id: http_setting_server +name: HTTP 设置服务器 +description: 通过 HTTP API 远程修改 Class Island 组件设置 +entranceAssembly: "http_setting_server.dll" +url: https://github.com/xiaoxixi222/http_setting_server +version: 1.0.0.0 +apiVersion: 2.0.0.0 +author: xiaoxixi222 +repoOwner: xiaoxixi222 +repoName: http_setting_server +assetsRoot: master/http_setting_server From a8e855fa18890e91da82c997cb6aa072937119f2 Mon Sep 17 00:00:00 2001 From: xiaoxixi Date: Sun, 8 Mar 2026 15:39:16 +0800 Subject: [PATCH 2/3] Update manifest.yml with correct tag pattern and artifact name --- index/http_setting_server.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index/http_setting_server.yml b/index/http_setting_server.yml index 0fe2e3c..c4e632a 100644 --- a/index/http_setting_server.yml +++ b/index/http_setting_server.yml @@ -8,9 +8,8 @@ name: HTTP 设置服务器 description: 通过 HTTP API 远程修改 Class Island 组件设置 entranceAssembly: "http_setting_server.dll" url: https://github.com/xiaoxixi222/http_setting_server -version: 1.0.0.0 -apiVersion: 2.0.0.0 -author: xiaoxixi222 repoOwner: xiaoxixi222 repoName: http_setting_server assetsRoot: master/http_setting_server +artifactName: http_setting_server.cipx +tagPattern: 1.0.0.1 From 923eaf765456eeedc0b040088e36c87733f9aff5 Mon Sep 17 00:00:00 2001 From: xiaoxixi Date: Sun, 8 Mar 2026 15:55:22 +0800 Subject: [PATCH 3/3] Update manifest.yml with apiVersion field --- index/http_setting_server.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/index/http_setting_server.yml b/index/http_setting_server.yml index c4e632a..1a7fb20 100644 --- a/index/http_setting_server.yml +++ b/index/http_setting_server.yml @@ -1,15 +1,13 @@ -# nonk8s -# 插件清单文件使用 YAML 格式存储。 -# YAML 教程:https://www.runoob.com/w3cnote/yaml-intro.html -# 插件清单格式:https://docs.classisland.tech/zh-cn/latest/dev/plugins/create-project/#%E6%8F%92%E4%BB%B6%E6%B8%85%E5%8D%95%E6%96%87%E4%BB%B6 - id: http_setting_server -name: HTTP 设置服务器 -description: 通过 HTTP API 远程修改 Class Island 组件设置 +name: HTTP ÷ +description: ͨ HTTP API Զ޸ Class Island entranceAssembly: "http_setting_server.dll" url: https://github.com/xiaoxixi222/http_setting_server +version: 1.0.0.0 +apiVersion: 2.0.0.0 +author: xiaoxixi222 repoOwner: xiaoxixi222 repoName: http_setting_server assetsRoot: master/http_setting_server artifactName: http_setting_server.cipx -tagPattern: 1.0.0.1 +tagPattern: 1.0.0.1 \ No newline at end of file