From f94932c59b0e55bd286d2731d4a93f509663c1cd Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 28 Nov 2023 23:22:17 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49ed81f..22b9b5c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ MoviePilot官方插件市场:https://github.com/jxxghp/MoviePilot-Plugins ### 2. 插件图标 - 插件图标可复用官方插件库中`icons`下已有图标,否则需使用完整的http格式的url图片链接(包括package.json中的icon和插件代码中的plugin_icon)。 +- 插件的背景颜色请提取图标中的背景色或主色调,以使插件卡片更美观。 ### 3. 插件命名 - 插件命名请勿与官方库插件中的插件冲突,否则会在MoviePilot版本升级时被官方插件覆盖。 From 82d2d3732f596709d1ad3632a887d00e98d4a6ca Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 28 Nov 2023 23:23:04 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b9b5c..f8eaffb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MoviePilot官方插件市场:https://github.com/jxxghp/MoviePilot-Plugins ### 2. 插件图标 - 插件图标可复用官方插件库中`icons`下已有图标,否则需使用完整的http格式的url图片链接(包括package.json中的icon和插件代码中的plugin_icon)。 -- 插件的背景颜色请提取图标中的背景色或主色调,以使插件卡片更美观。 +- 插件的背景颜色请与图标中的背景色或主色调保持一致,以使插件卡片更美观。 ### 3. 插件命名 - 插件命名请勿与官方库插件中的插件冲突,否则会在MoviePilot版本升级时被官方插件覆盖。 From f7d8d3afc68ab1481803d461350c5c56c6f8eed5 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 29 Nov 2023 07:47:32 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c71f860..7baaab6 100644 --- a/package.json +++ b/package.json @@ -300,7 +300,7 @@ "name": "Bark消息推送", "description": "支持使用Bark发送消息通知。", "version": "1.1", - "icon": "bark.webp", + "icon": "Bark_A.png", "color": "#FF3B30", "author": "jxxghp", "level": 1 From 9f028c346ccef25f944a94bbc9060bdc513134b1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 29 Nov 2023 12:24:41 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8eaffb..5d00c10 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MoviePilot官方插件市场:https://github.com/jxxghp/MoviePilot-Plugins ### 2. 插件图标 - 插件图标可复用官方插件库中`icons`下已有图标,否则需使用完整的http格式的url图片链接(包括package.json中的icon和插件代码中的plugin_icon)。 -- 插件的背景颜色请与图标中的背景色或主色调保持一致,以使插件卡片更美观。 +- 插件的背景颜色会自动提取使用图标的主色调。 ### 3. 插件命名 - 插件命名请勿与官方库插件中的插件冲突,否则会在MoviePilot版本升级时被官方插件覆盖。