This commit is contained in:
Daniel 2023-08-04 12:05:29 +08:00
parent 1aa4049750
commit 7d992ce175
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
21 changed files with 568 additions and 76 deletions

View file

@ -79,7 +79,7 @@ func LoadAssets() {
assetsCache[path] = &Asset{
HName: hName,
Path: path,
Updated: info.ModTime().UnixMilli(),
Updated: info.ModTime().Unix(),
}
return nil
})