From 6d46faed6baf9c4b33287bf08443f322791c5738 Mon Sep 17 00:00:00 2001 From: qbw101 <106949188+qbw101@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:47:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?manifest=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E7=9A=84assetsRoot=20=E6=94=B9=E4=B8=BA=20main=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20icon=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=20=E5=92=8C=20README=20404=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit manifest文件中的assetsRoot 改为 main,修复 icon无法显示 和 README 404的问题 --- index/plugins-v2/ClassIsland.AISmartClass.yml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/index/plugins-v2/ClassIsland.AISmartClass.yml b/index/plugins-v2/ClassIsland.AISmartClass.yml index 6d201b0..f140fbd 100644 --- a/index/plugins-v2/ClassIsland.AISmartClass.yml +++ b/index/plugins-v2/ClassIsland.AISmartClass.yml @@ -1,15 +1,15 @@ -id: ClassIsland.AISmartClass -name: AIIsland -version: 1.0.0.0 -author: qbw -description: AIIsland - 为 ClassIsland 添加 AI 驱动的智能课表提醒、学习仪表盘✨ -apiVersion: 2.0.0.0 -entranceAssembly: "ClassIsland.AISmartClass.dll" -url: https://github.com/qbw101/AIIsland -icon: icon.png -readme: README.md -supportedOSPlatforms: - - Windows -repoOwner: qbw101 # GitHub 仓库所有者,例如 qbw -repoName: AIIsland # GitHub 仓库名,例如 AIIsland -assetsRoot: main/AIIsland # <默认分支>/<插件相对仓库的路径> \ No newline at end of file +id: ClassIsland.AISmartClass +name: AIIsland +version: 1.5.1.0 +author: qbw +description: AIIsland - 为 ClassIsland 添加 AI 驱动的智能课表提醒、学习仪表盘✨ +apiVersion: 2.0.0.0 +entranceAssembly: "ClassIsland.AISmartClass.dll" +url: https://github.com/qbw101/AIIsland +icon: icon.png +readme: README.md +supportedOSPlatforms: + - Windows +repoOwner: qbw101 # GitHub 仓库所有者,例如 qbw +repoName: AIIsland # GitHub 仓库名,例如 AIIsland +assetsRoot: main # <默认分支>/<插件相对仓库的路径> From 6abcb5ed62a529a6f8d5b386d9cf62e23d65ce08 Mon Sep 17 00:00:00 2001 From: qbw101 <106949188+qbw101@users.noreply.github.com> Date: Sat, 29 Aug 2026 17:03:58 +0800 Subject: [PATCH 2/2] Remove unnecessary line breaks in YAML file --- index/plugins-v2/ClassIsland.AISmartClass.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/index/plugins-v2/ClassIsland.AISmartClass.yml b/index/plugins-v2/ClassIsland.AISmartClass.yml index f140fbd..bbf4cc1 100644 --- a/index/plugins-v2/ClassIsland.AISmartClass.yml +++ b/index/plugins-v2/ClassIsland.AISmartClass.yml @@ -1,6 +1,5 @@ id: ClassIsland.AISmartClass name: AIIsland -version: 1.5.1.0 author: qbw description: AIIsland - 为 ClassIsland 添加 AI 驱动的智能课表提醒、学习仪表盘✨ apiVersion: 2.0.0.0