添加帖子详情模板

This commit is contained in:
icssoa
2025-10-16 18:29:18 +08:00
parent b7e0b36f92
commit c84772aaa1
3 changed files with 414 additions and 6 deletions

View File

@@ -41,6 +41,15 @@ type Item = {
};
const list = computed<Item[]>(() => [
{
label: t("社交"),
children: [
{
label: t("帖子详情"),
path: "/pages/template/post/detail"
}
]
},
{
label: t("商城"),
children: [