添加优惠券功能 & 更新折扣管理的接口

This commit is contained in:
Eamon
2026-03-27 15:51:40 +08:00
parent 453d687c4a
commit 76d2d480ed
10 changed files with 667 additions and 19 deletions

View File

@@ -108,6 +108,10 @@ export default function Appbar(props: { admin: Admin }) {
batch: "提取记录",
channel: "IP管理",
pools: "IP池管理",
coupon: "优惠券",
admin: "管理员",
permissions: "权限列表",
discount: "折扣管理",
}
return labels[path] || path