feat: 更新API模型和组件以支持售罄自动下架功能

- 在api-models.ts中为设置添加shouldDiscontinueWhenSoldOut字段
- 在PointSettings.vue中新增售罄自动下架的选项
- 在多个组件中调整按钮文本和状态逻辑
- 在PointUserHistoryView.vue中添加主播筛选功能
This commit is contained in:
2025-05-06 10:06:34 +08:00
parent a5420e5914
commit 7614880d34
6 changed files with 123 additions and 19 deletions

View File

@@ -228,6 +228,7 @@ export interface Setting_Point {
scPointPercent: number // double maps to number in TypeScript
giftPointPercent: number // double maps to number in TypeScript
giftAllowType: SettingPointGiftAllowType
shouldDiscontinueWhenSoldOut: boolean
// 签到系统设置
enableCheckIn: boolean // 是否启用签到功能