feat: 新增首页和图片资源

This commit is contained in:
JiaJun
2026-04-24 18:02:42 +08:00
parent bd92f10b83
commit 9127a06d4a
179 changed files with 3424 additions and 101 deletions

View File

@@ -6,23 +6,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
/>
<meta name="robots" content="index,follow" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="React SPA Template" />
<meta property="og:title" content="React SPA Template" />
<meta property="og:site_name" content="36字花" />
<meta property="og:title" content="36字花" />
<meta
property="og:description"
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="React SPA Template" />
<meta name="twitter:title" content="36字花" />
<meta
name="twitter:description"
content="A frontend scaffold with Vite, React, TanStack Router, TanStack Query, Zustand, and Biome."
content="36-character-flower real-time game portal built with React, TanStack Router, TanStack Query, and Zustand."
/>
<title>React SPA Template</title>
<title>36字花</title>
</head>
<body>
<div id="root"></div>