From 5c2e347c99f3c684ac77a9e703df3204ce9eaf37 Mon Sep 17 00:00:00 2001 From: pan Date: Tue, 25 Oct 2022 23:11:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8F=91=E5=B8=83=201.0.0-alpha.1?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/plugin.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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