添加应用市场的 App ID 字段,使其可以在内置的应用市场检测新版本。
This commit is contained in:
parent
de4a4c695b
commit
ca2e0e4160
|
@ -2,6 +2,10 @@ apiVersion: theme.halo.run/v1alpha1
|
|||
kind: Theme
|
||||
metadata:
|
||||
name: theme-hao
|
||||
annotations:
|
||||
# Add supports for Halo App Store
|
||||
# https://halo.run/store/apps/app-MgZJX
|
||||
"store.halo.run/app-id": "app-MgZJX"
|
||||
spec:
|
||||
displayName: Hao
|
||||
author:
|
||||
|
@ -48,7 +52,7 @@ spec:
|
|||
description: Halo 2.x Theme base on Thymeleaf, Referring to Butterfly and Heo
|
||||
logo: https://liuzhihang.com/upload/logo.jpg
|
||||
website: https://liuzhihang.com
|
||||
repo: https://github.com/liuzhihang/halo-theme-hao
|
||||
repo: https://githubfast.com/liuzhihang/halo-theme-hao
|
||||
settingName: "theme-hao-setting"
|
||||
configMapName: "theme-hao-configMap"
|
||||
version: "1.3.9"
|
||||
|
|
Loading…
Reference in New Issue