完善优惠券发放功能

This commit is contained in:
Eamon
2026-05-25 18:12:38 +08:00
parent 05c927111b
commit e0bdcabbfe
9 changed files with 210 additions and 368 deletions

View File

@@ -81,6 +81,7 @@ export default function Appbar(props: { admin: Admin }) {
statistics: "数据统计",
balance: "余额明细",
gateway: "网关列表",
couponList: "已发放优惠券",
}
return labels[path] || path