feat: add issues field for theme manifest (#146)

为 theme.yaml 添加 issues 字段,适配:https://github.com/halo-dev/halo/pull/5755

/kind improvement

```release-note
为 theme.yaml 添加 issues 字段
```
This commit is contained in:
Ryan Wang
2024-04-28 16:40:59 +08:00
committed by GitHub
parent e847e95c04
commit 689e6a3ee5

View File

@@ -15,6 +15,7 @@ spec:
logo: https://www.halo.run/logo logo: https://www.halo.run/logo
homepage: https://www.halo.run/store/apps/app-KgWqR homepage: https://www.halo.run/store/apps/app-KgWqR
repo: https://github.com/halo-dev/theme-earth repo: https://github.com/halo-dev/theme-earth
issues: https://github.com/halo-dev/theme-earth/issues
settingName: "theme-earth-setting" settingName: "theme-earth-setting"
configMapName: "theme-earth-configMap" configMapName: "theme-earth-configMap"
version: 1.8.0 version: 1.8.0