1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-12-13 17:57:44 +08:00
parent 6437fc6c05
commit 7d28a1b93d

View File

@ -289,6 +289,9 @@ func init() {
if nfs.ExistsFile(m, path.Join(ice.USR_LOCAL_WORK, m.Appendv(mdb.NAME)[index], value)) {
return kit.MergeURL(ctx.FileURI(value), ice.POD, m.Appendv(mdb.NAME)[index])
}
if nfs.ExistsFile(m, value) {
return kit.MergeURL(ctx.FileURI(value))
}
return kit.MergeURL(ctx.FileURI(nfs.USR_ICONS_ICEBERGS))
}
return value