diff --git a/registry/lib/components/style/custom-navbar/index.ts b/registry/lib/components/style/custom-navbar/index.ts index 4b8019698..be1d78c04 100644 --- a/registry/lib/components/style/custom-navbar/index.ts +++ b/registry/lib/components/style/custom-navbar/index.ts @@ -58,7 +58,11 @@ const options = defineOptionsMetadata({ }, seasonLogo: { defaultValue: false, - displayName: '使用季节Logo', + displayName: '使用季节 Logo', + }, + themeLogo: { + defaultValue: true, + displayName: '使用主题色 Logo', }, touch: { defaultValue: false, diff --git a/registry/lib/components/style/custom-navbar/logo/NavbarLogo.vue b/registry/lib/components/style/custom-navbar/logo/NavbarLogo.vue index 93a3972e1..3124fb335 100644 --- a/registry/lib/components/style/custom-navbar/logo/NavbarLogo.vue +++ b/registry/lib/components/style/custom-navbar/logo/NavbarLogo.vue @@ -1,6 +1,11 @@