18 lines
485 B
Markdown
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 />
|