This commit is contained in:
hailin 2025-03-30 20:18:12 +08:00
parent d479a51eb9
commit 70a2f6075a
1 changed files with 4 additions and 1 deletions

View File

@ -474,8 +474,11 @@ const Article = () => {
const language = i18n.language
// const defCategories: TagItem[] = [
// { name: t("article.all"), value: "" }
// ]
const defCategories: TagItem[] = [
{ name: t("article.all"), value: "" }
]
const categoriesRef = useRef(defCategories);