18 lines
566 B
Markdown
18 lines
566 B
Markdown
---
|
|
title: Homepage Hero Tint Plate
|
|
icon: icon-park-outline:hand-painted-plate
|
|
createTime: 2025/10/09 20:17:42
|
|
permalink: /en/tools/home-hero-tint-plate/
|
|
readingTime: false
|
|
editLink: false
|
|
---
|
|
|
|
To provide a more intuitive and convenient way to configure the background tint plate for the homepage
|
|
Hero section, the theme offers a tint plate configuration tool that helps generate corresponding configuration information.
|
|
|
|
<script setup>
|
|
import HeroTintPlateConfig from '@source/.vuepress/themes/components/HeroTintPlateConfig.vue'
|
|
</script>
|
|
|
|
<HeroTintPlateConfig />
|