From b43f2284b76c58efdf8d5a838cf9cda5df80252d Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 19 Sep 2023 14:38:20 +0800 Subject: [PATCH] chore: update logo (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新为符合插件功能的图标。 图标来自:https://remixicon.com/ 生成工具:https://icon.ray.so/ /kind improvement image ```release-note 更新插件的图标。 ``` --- src/main/resources/logo.svg | 1 + src/main/resources/plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/logo.svg diff --git a/src/main/resources/logo.svg b/src/main/resources/logo.svg new file mode 100644 index 0000000..96a5dab --- /dev/null +++ b/src/main/resources/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index f8157c3..05b434c 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -12,7 +12,7 @@ spec: author: name: Halo OSS Team website: https://github.com/halo-dev - logo: https://halo.run/logo + logo: logo.svg homepage: https://github.com/halo-sigs/plugin-comment-widget displayName: "评论组件" description: "为用户前台提供完整的评论解决方案"