This commit is contained in:
gyq
2025-10-24 14:19:01 +08:00
parent 99881f4d97
commit f518d3d76a
8 changed files with 331 additions and 79 deletions

View File

@@ -104,9 +104,11 @@ const contentConfig: IContentConfig<any> = {
name: "more",
text: "更多",
options: [
// { label: '增减积分', command: 'change-points' },
{ label: '增减余额', command: 'change-money' },
{ label: '充值记录', command: 'charge-list' },
{ label: '赠送券', command: 'give-coupon' },
{ label: '账号禁用/开启', command: 'user-disabld' },
]
},
],