manual save(2026-01-22 11:48)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user