From b43f2284b76c58efdf8d5a838cf9cda5df80252d Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 19 Sep 2023 14:38:20 +0800 Subject: [PATCH 1/2] 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: "为用户前台提供完整的评论解决方案" From ea96bce90692f728cc08a7775948a96bfaeb361e Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 19 Sep 2023 14:43:09 +0800 Subject: [PATCH 2/2] chore: change repo organization to halo-dev (#61) Signed-off-by: Ryan Wang Co-authored-by: John Niang --- README.md | 4 ++-- src/main/resources/plugin.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09c559d..2781f07 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Halo 2.0 的通用评论组件插件,为前台提供完整的评论解决方 ## 使用方式 1. 下载,目前提供以下两个下载方式: - - GitHub Releases:访问 [Releases](https://github.com/halo-sigs/plugin-comment-widget/releases) 下载 Assets 中的 JAR 文件。 + - GitHub Releases:访问 [Releases](https://github.com/halo-dev/plugin-comment-widget/releases) 下载 Assets 中的 JAR 文件。 - Halo 应用市场:。 2. 安装,插件安装和更新方式可参考:。 @@ -14,7 +14,7 @@ Halo 2.0 的通用评论组件插件,为前台提供完整的评论解决方 ## 开发环境 ```bash -git clone git@github.com:halo-sigs/plugin-comment-widget.git +git clone git@github.com:halo-dev/plugin-comment-widget.git # 或者当你 fork 之后 diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 05b434c..f220053 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -13,9 +13,9 @@ spec: name: Halo OSS Team website: https://github.com/halo-dev logo: logo.svg - homepage: https://github.com/halo-sigs/plugin-comment-widget + homepage: https://github.com/halo-dev/plugin-comment-widget displayName: "评论组件" description: "为用户前台提供完整的评论解决方案" license: - name: "GPL-3.0" - url: "https://github.com/halo-sigs/plugin-comment-widget/blob/main/LICENSE" + url: "https://github.com/halo-dev/plugin-comment-widget/blob/main/LICENSE"