mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 更新API模型和组件以支持签到排行开关功能
- 在api-models.ts中将SongRequest更改为LiveRequest,并添加CheckInRanking - 更新CheckInSettings.vue以支持签到排行的开关 - 在多个视图中调整签到排行的显示逻辑 - 移除不再使用的allowCheckInRanking字段
This commit is contained in:
@@ -54,7 +54,6 @@ const defaultSettingPoint: Setting_Point = {
|
||||
maxBonusPoints: 0,
|
||||
allowSelfCheckIn: false,
|
||||
requireAuth: false,
|
||||
allowCheckInRanking: false
|
||||
}
|
||||
|
||||
// 响应式设置对象
|
||||
|
||||
Reference in New Issue
Block a user