add push and fix name and faceurl

This commit is contained in:
Gordon
2021-10-28 15:56:36 +08:00
parent 30be5c2c48
commit fe80b7da5c
7 changed files with 64 additions and 53 deletions

View File

@@ -113,6 +113,7 @@ type config struct {
Jpns struct {
AppKey string `yaml:"appKey"`
MasterSecret string `yaml:"masterSecret"`
PushUrl string `yaml:"pushUrl"`
}
}
Manager struct {