---
layout: home

hero:
    name: XYX UTILS
    text: 自用工具库
    tagline: 构建常用的函数,封装自己的解决方法。<br />未必是最好的,但是胜在全。
    image:
        src: /favicon.png
        alt: VitePress
    actions:
        - theme: brand
          text: 开始
          link: /guide/introduction
        - theme: alt
          text: 查看GitHub
          link: https://github.com/npmrun/xyx-utils
features:
    - icon: ⚡️
      title: vite
      details: 快速开发,本地飞速。
    - icon: 🖖
      title: pure
      details: 纯粹就是工具类,别的什么都都不提供。
    - icon: 🛠️
      title: utils
      details: 通用工具库,针对所有情况,方便记录与挑选。
---

<style>
    .VPFeatures.VPHomeFeatures .items .item{
        width: 100%;
        
    }
    @media (min-width: 640px){
        .VPFeatures.VPHomeFeatures .items .item{
            width: calc(100% / 2);
        }
    }
    @media (min-width: 768px){
        .VPFeatures.VPHomeFeatures .items .item{
            width: calc(100% / 3);
        }
    }
    :root {
        --vp-home-hero-name-color: transparent;
        --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff);
    }
</style>