From aab05d29f208f53e12709016b6bc24b10b376423 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 28 Apr 2024 17:48:58 +0800 Subject: [PATCH] chore: update plugin.yaml file (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新插件描述文件。 1. 添加 `store.halo.run/app-id`,用于和应用市场绑定。 2. 更新作者信息。 3. 新增 issues 字段。 4. 更新协议信息。 ```release-note None ``` --- src/main/resources/plugin.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 238fa75..ecbf759 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -2,14 +2,18 @@ apiVersion: plugin.halo.run/v1alpha1 kind: Plugin metadata: name: plugin-oauth2 + annotations: + store.halo.run/app-id: app-ESVDK spec: enabled: true requires: ">=2.6.0" author: - name: Halo OSS Team + name: Halo website: https://github.com/halo-dev logo: logo.svg - homepage: https://github.com/halo-sigs/plugin-oauth2 + homepage: https://www.halo.run/store/apps/app-ESVDK + repo: https://github.com/halo-sigs/plugin-oauth2 + issues: https://github.com/halo-sigs/plugin-oauth2/issues displayName: "OAuth2 认证" description: "提供 OAuth2 认证方式" license: