mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-03-11 02:16:52 +08:00
refactor(thumb): thumb logic for slave policy
This commit is contained in:
@@ -48,6 +48,12 @@ func Init(path string, statics fs.FS) {
|
||||
model.Init()
|
||||
},
|
||||
},
|
||||
{
|
||||
"slave",
|
||||
func() {
|
||||
model.InitSlaveDefaults()
|
||||
},
|
||||
},
|
||||
{
|
||||
"both",
|
||||
func() {
|
||||
|
||||
Reference in New Issue
Block a user