mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
feature: notification-based webhook
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using BetterGenshinImpact.GameTask.AutoDomain;
|
||||
using BetterGenshinImpact.Service.Notification.Model.Base;
|
||||
using BetterGenshinImpact.Service.Notification.Model.Enum;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace BetterGenshinImpact.Service.Notification.Model;
|
||||
|
||||
public class DomainNotificationData : INotificationData
|
||||
{
|
||||
public AutoDomainParam? Domain { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user