新功能(#113): 新增促销管理后台页面
PR Check / Lint, Check, Test and Build (push) Has been cancelled

This commit is contained in:
2026-05-29 00:34:37 -07:00
parent 2a3d5a3234
commit c46944aae1
17 changed files with 1733 additions and 0 deletions
+5
View File
@@ -49,6 +49,11 @@ export function useNavs() {
url: "/dashboard/product",
icon: "flat-color-icons:shop",
},
{
title: t("Promo Management", "Promo Management"),
url: "/dashboard/promo",
icon: "flat-color-icons:briefcase",
},
],
},