manual save(2026-01-22 11:48)

This commit is contained in:
SiteAgent Bot
2026-01-22 11:48:48 +08:00
parent faa74086fe
commit 0986f8b726
19 changed files with 716 additions and 621 deletions

View File

@@ -53,7 +53,7 @@ export const CategoriesPage: React.FC = () => {
<main className="container mx-auto px-4 py-8">
<section className="mb-12">
<h2 className="text-3xl font-bold text-gray-900 mb-2">📂 </h2>
<h2 className="text-3xl font-bold text-gray-900 mb-2"></h2>
<p className="text-gray-600"></p>
</section>
@@ -93,7 +93,8 @@ export const CategoriesPage: React.FC = () => {
/>
<div className="w-full h-full flex items-center justify-center hidden">
<div className="text-center text-primary">
<div className="text-4xl mb-2">📁</div>
<div className="text-4xl mb-2">Category</div>
<p className="text-sm font-medium">{category.title}</p>
</div>
</div>