Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-04-20 21:09:41 +08:00
parent 7c182042e7
commit 4bbcc82998
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -244,7 +244,10 @@ func NetAssets2LocalAssets(rootID string, onlyImg bool, originalURL string) (err
}
err = netAssets2LocalAssets0(tree, onlyImg, originalURL, assetsDirPath, true)
ReloadProtyle(rootID)
go func() {
time.Sleep(128 * time.Microsecond)
ReloadProtyle(rootID)
}()
return
}