singal offline push

This commit is contained in:
wangchuxiao
2022-06-02 20:06:14 +08:00
parent 2b25fea86c
commit 1fffd36054
4 changed files with 19 additions and 9 deletions
+5
View File
@@ -419,6 +419,11 @@ type config struct {
OfflinePush POfflinePush `yaml:"offlinePush"`
DefaultTips PDefaultTips `yaml:"defaultTips"`
} `yaml:"joinDepartmentNotification"`
Signal struct {
OfflinePush struct {
Title string `yaml:"title"`
} `yaml:"offlinePush"`
} `yaml:"signal"`
}
Demo struct {
Port []int `yaml:"openImDemoPort"`