1
0

first commit

This commit is contained in:
2025-01-20 19:30:00 +08:00
commit 8cb9a49f60
3 changed files with 91 additions and 0 deletions

7
plain/notify.go Normal file
View File

@@ -0,0 +1,7 @@
package plain
type Notify struct {
Notify string `json:"notify"`
Title string `json:"title" `
Device string `json:"device"`
}