diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index d62ce33..7c3ac1e 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -475,7 +475,8 @@ const Article = () => { const language = i18n.language const defCategories: TagItem[] = [ - { name: t("article.all"), value: "" } + { name: "#AI App", value: "" } // 设置一个默认的标签,非 "all" + // { name: t("article.all"), value: "" } ] const categoriesRef = useRef(defCategories);