Feat: list tasks

This commit is contained in:
HFO4
2020-02-18 14:45:38 +08:00
parent b4219927d6
commit f91792bc64
7 changed files with 71 additions and 3 deletions

View File

@ -54,9 +54,8 @@ type User struct {
// UserOption 用户个性化配置字段
type UserOption struct {
ProfileOn int `json:"profile_on"`
ProfileOff int `json:"profile_off,omitempty"`
PreferredPolicy uint `json:"preferred_policy"`
WebDAVKey string `json:"webdav_key"`
PreferredTheme string `json:"preferred_theme"`
}