feat: add streaming-only options for daily first gift and check-in points

This commit is contained in:
2025-10-16 02:08:44 +08:00
parent e81f09514f
commit dfc1a9d709
3 changed files with 31 additions and 0 deletions

View File

@@ -252,6 +252,10 @@ export interface Setting_Point {
dailyFirstGiftPoints: number // 每日首次礼物积分(固定积分)
useDailyFirstGiftPercent: boolean // 是否使用礼物价值比例计算
dailyFirstGiftPercent: number // 每日首次礼物价值比例
// 仅开播时生效设置
dailyFirstOnlyOnStreaming: boolean
checkInOnlyOnStreaming: boolean
}
export interface Setting_QuestionDisplay {
font?: string // Optional string, with a maximum length of 30 characters