This commit is contained in:
hailin 2025-03-30 21:35:50 +08:00
parent 51c625524c
commit e1ab181405
1 changed files with 2 additions and 1 deletions

View File

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