fix: 修复插件跳转问题

This commit is contained in:
JXDN
2025-11-12 18:10:32 +08:00
parent 607b88e4d0
commit 992c4f83f4
@@ -4,7 +4,7 @@ import { apiGetPublishedArticles } from "~/services/web/article";
import type { Category } from "~/services/web/category";
import { apiGetCategoryList } from "~/services/web/category";
definePageMeta({ auth: false });
definePageMeta({ auth: false, name: "文章中心", inLinkSelector: true });
const { t } = useI18n();