feat: 更新API模型和组件以支持签到排行开关功能

- 在api-models.ts中将SongRequest更改为LiveRequest,并添加CheckInRanking
- 更新CheckInSettings.vue以支持签到排行的开关
- 在多个视图中调整签到排行的显示逻辑
- 移除不再使用的allowCheckInRanking字段
This commit is contained in:
2025-05-06 02:19:23 +08:00
parent ec619b404d
commit 8f734af8b3
9 changed files with 33 additions and 28 deletions

View File

@@ -156,7 +156,6 @@ function getScoreColor(score: number | undefined): string {
lazy
/>
</NSpace>
<NDivider style="margin: 10px 0;" />
</template>
<NText