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

View File

@ -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);