From a678102fd1a4780bd67cfbe4cb31dc4581cd91ed Mon Sep 17 00:00:00 2001 From: inf_2147473647 <2043206762@qq.com> Date: Tue, 9 Jun 2026 16:01:16 +0800 Subject: [PATCH 1/2] Update SwitchWallpaperSettings.yml --- index/plugins-v2/SwitchWallpaperSettings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/plugins-v2/SwitchWallpaperSettings.yml b/index/plugins-v2/SwitchWallpaperSettings.yml index 820725a..8fd076f 100644 --- a/index/plugins-v2/SwitchWallpaperSettings.yml +++ b/index/plugins-v2/SwitchWallpaperSettings.yml @@ -3,7 +3,7 @@ name: SwitchWallpaperSettings description: 基于cs异步实现的支持切换契合度的系统壁纸切换器 entranceAssembly: "SwitchWallpaperSettings.dll" url: https://github.com/inf2147483647/SwitchWallpaperSettings -version: 1.0.0.4 +version: 1.0.0.5 apiVersion: 2.0.0.0 author: inf2147483647 repoOwner: inf2147483647 From 0fb9f30b13d723e577154bddb0950379fc1a10a4 Mon Sep 17 00:00:00 2001 From: inf_2147473647 <2043206762@qq.com> Date: Sun, 21 Jun 2026 21:00:54 +0800 Subject: [PATCH 2/2] Add AdvancedTimeIsland plugin configuration This plugin provides advanced time management features for ClassIsland, including precise time triggers and custom date displays. --- index/plugins-v2/AdvancedTimeIsland.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index/plugins-v2/AdvancedTimeIsland.yml diff --git a/index/plugins-v2/AdvancedTimeIsland.yml b/index/plugins-v2/AdvancedTimeIsland.yml new file mode 100644 index 0000000..641dd61 --- /dev/null +++ b/index/plugins-v2/AdvancedTimeIsland.yml @@ -0,0 +1,12 @@ +id: AdvancedTimeIsland +name: AdvancedTimeIsland +version: 1.0.0.1 +apiVersion: 2.0.0.0 +author: inf2147483647 +description: 一个为ClassIsland提供高级时间管理功能的插件,支持精确时间触发器、时间范围条件和自定义日期显示。 +entranceAssembly: AdvancedTimeIsland.dll +icon: icon.png +website: https://github.com/inf2147483647/AdvancedTimeIsland +repoName: AdvancedTimeIsland +assetsRoot: master/AdvancedTimeIsland +supportedOSPlatforms: [Windows]