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:
@@ -65,6 +65,8 @@ const defaultPointSetting: Setting_Point = {
|
||||
dailyFirstGiftPoints: 10,
|
||||
useDailyFirstGiftPercent: false,
|
||||
dailyFirstGiftPercent: 0.1,
|
||||
dailyFirstOnlyOnStreaming: false,
|
||||
checkInOnlyOnStreaming: false,
|
||||
}
|
||||
const serverSetting = computed<Setting_Point>(() => {
|
||||
return (accountInfo.value?.settings?.point ?? defaultPointSetting)
|
||||
|
||||
Reference in New Issue
Block a user