Skip to content

Commit

Permalink
chore: update plugin.yaml file (#45)
Browse files Browse the repository at this point in the history
更新插件描述文件。

1. 添加 `store.halo.run/app-id`,用于和应用市场绑定。
2. 更新作者信息。
3. 新增 issues 字段。
4. 更新协议信息。

```release-note
None
```
  • Loading branch information
ruibaby committed Apr 28, 2024
1 parent 94c7c39 commit aab05d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aab05d2

Please sign in to comment.