From 643b4fa929cc55c93bdefe89cff3479d28de2454 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 30 Mar 2025 21:42:01 +0800 Subject: [PATCH] . --- apps/blogai/components/article/article.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index 7c3ac1e..d62ce33 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -475,8 +475,7 @@ const Article = () => { const language = i18n.language const defCategories: TagItem[] = [ - { name: "#AI App", value: "" } // 设置一个默认的标签,非 "all" - // { name: t("article.all"), value: "" } + { name: t("article.all"), value: "" } ] const categoriesRef = useRef(defCategories);