This commit is contained in:
hailin 2025-03-30 21:42:45 +08:00
parent 643b4fa929
commit fbec8c0205
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ export const TagsViews: React.FC<TagsViewsProps> = React.memo(({
}}
>
{categoriesRef.current
.filter(item => item.name !== t("article.all")) // 过滤掉 'all' 标签
.map((item, index) => (
<button
key={index}