This commit is contained in:
parent
e1ab181405
commit
643b4fa929
|
|
@ -475,8 +475,7 @@ const Article = () => {
|
||||||
const language = i18n.language
|
const language = i18n.language
|
||||||
|
|
||||||
const defCategories: TagItem[] = [
|
const defCategories: TagItem[] = [
|
||||||
{ name: "#AI App", value: "" } // 设置一个默认的标签,非 "all"
|
{ name: t("article.all"), value: "" }
|
||||||
// { name: t("article.all"), value: "" }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const categoriesRef = useRef(defCategories);
|
const categoriesRef = useRef(defCategories);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue