添加应用市场的 App ID 字段,使其可以在内置的应用市场检测新版本。

This commit is contained in:
困困鱼 2023-10-10 12:52:34 +08:00 committed by GitHub
parent de4a4c695b
commit ca2e0e4160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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"