feat: meta readme

This commit is contained in:
Xhofe
2022-04-05 20:17:16 +08:00
parent c413c22201
commit 1428d90361
2 changed files with 7 additions and 2 deletions

View File

@ -12,6 +12,7 @@ type Meta struct {
Hide string `json:"hide"`
Upload bool `json:"upload"`
OnlyShows string `json:"only_shows"`
Readme string `json:"readme"`
}
func GetMetaByPath(path string) (*Meta, error) {