mirror of https://github.com/Xhofe/alist
chore: deprecated settings test data
parent
3691ee5861
commit
6ebb36b2eb
|
@ -96,4 +96,7 @@ func initialSettings() {
|
|||
// single settings
|
||||
{Key: conf.Token, Value: token, Type: conf.TypeString, Group: model.SINGLE, Flag: model.PRIVATE},
|
||||
}
|
||||
if args.Dev {
|
||||
initialSettingItems = append(initialSettingItems, model.SettingItem{Key: "test_deprecated", Value: "test_value", Type: conf.TypeString, Flag: model.DEPRECATED})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue