mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: add streaming-only options for daily first gift and check-in points
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user