mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 15:06:42 +00:00 
			
		
		
		
	📝 Docs: 添加 uwu logo (#2689)
This commit is contained in:
		| @@ -47,6 +47,7 @@ function HomeHero(): JSX.Element { | ||||
|  | ||||
|   return ( | ||||
|     <div className="home-hero"> | ||||
|       <img src="/img/uwu.svg" alt="uwu" className="home-hero-uwu" /> | ||||
|       <img src={logo!.src} alt={logo!.alt} className="home-hero-logo" /> | ||||
|       <h1 className="home-hero-title"> | ||||
|         <span className="text-primary">None</span> | ||||
|   | ||||
| @@ -39,3 +39,16 @@ | ||||
|     @apply inline-block !max-w-[600px]; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .home-hero-uwu { | ||||
|   @apply hidden; | ||||
| } | ||||
|  | ||||
| [data-uwu=true] .home-hero-uwu { | ||||
|   @apply block max-w-xs; | ||||
| } | ||||
|  | ||||
| [data-uwu=true] .home-hero-logo, | ||||
| [data-uwu=true] .home-hero-title { | ||||
|   @apply hidden; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user