vuepress-theme-plume/docs/notes/tools/home-hero-tint-plate.md
pengzhanbo 0fd6cac574
refactor(theme): improve types and flat config (#524)
* refactor(theme): improve types
2025-03-16 02:29:30 +08:00

18 lines
485 B
Markdown

---
title: 首页背景色板配置
icon: icon-park-outline:hand-painted-plate
createTime: 2024/04/15 20:17:42
permalink: /tools/home-hero-tint-plate/
readingTime: false
editLink: false
---
为了更直观更方便的配置首页 Hero 区域 的 背景色板,主题提供了 色板配置工具,
帮助生成相对应的配置信息。
<script setup>
import HeroTintPlateConfig from '@source/.vuepress/themes/components/HeroTintPlateConfig.vue'
</script>
<HeroTintPlateConfig />