From bf58bf06371d8678348251f1bab23105a3575828 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 27 Apr 2024 01:02:54 +0800 Subject: [PATCH] chore: add issues field for plugin manifest file (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为插件定义文件添加 issues 字段。 Refer https://github.com/halo-dev/halo/pull/5755 ```release-note None ``` --- src/main/resources/plugin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 1e52eb1..77d59d2 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -14,6 +14,7 @@ spec: logo: logo.png homepage: https://github.com/halo-dev/plugin-starter#readme repo: https://github.com/halo-dev/plugin-starter + issues: https://github.com/halo-dev/plugin-starter/issues displayName: "插件快速开始模板" description: "这是一个插件快速开始模板" license: