diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 806cc17..d2da1e6 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -1,21 +1,17 @@ -apiVersion: plugin.halo.run/v1alpha1 +apiVersion: v1alpha1 kind: Plugin metadata: - # The name defines how the plugin is invoked,A unique name name: halo-plugin-email spec: enabled: true - # 'version' is a valid semantic version string (see semver.org). - version: 0.0.1-SNAPSHOT + version: 1.0.0-alpha.1 requires: "*" author: pannanxu logo: https://www.mvvm.io/favico.ico settingName: halo-plugin-email-settings configMapName: halo-plugin-email-settings - # 'homepage' usually links to the GitHub repository of the plugin homepage: https://github.com/pannanxu/halo-plugin-email - # 'displayName' explains what the plugin does in only a few words displayName: "邮件通知" - description: "Halo2.0邮件通知插件" + description: "Halo邮件通知插件" license: - name: "MIT" \ No newline at end of file