defaultSortOrder

This commit is contained in:
微凉
2021-09-27 19:35:22 +08:00
parent fb529eb380
commit c8cd77b265
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ type Config struct {
CheckUpdate bool `yaml:"check_update" json:"check_update"`
Script string `yaml:"script" json:"script"`
Autoplay bool `yaml:"autoplay" json:"autoplay"`
Sort string `yaml:"sort" json:"sort"`
Preview struct {
Url string `yaml:"url" json:"url"`
PreProcess []string `yaml:"pre_process" json:"pre_process"`