Skip to content

Commit

Permalink
chore: add app id annotation (#13)
Browse files Browse the repository at this point in the history
添加应用市场 ID 的 annotation,方便在首次初始化 Halo 之后可以在应用市场检测后续的更新。

/kind improvement

```release-note
添加应用市场的 App ID 字段,使其可以在内置的应用市场检测新版本。
```
  • Loading branch information
ruibaby committed Sep 13, 2023
1 parent 473f70d commit 43a3445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: plugin.halo.run/v1alpha1
kind: Plugin
metadata:
name: PluginSearchWidget
annotations:
# Add supports for Halo App Store
# https://halo.run/store/apps/app-DlacW
"store.halo.run/app-id": "app-DlacW"
spec:
enabled: true
requires: ">=2.5.0"
Expand Down

0 comments on commit 43a3445

Please sign in to comment.