mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
add some
This commit is contained in:
parent
6437fc6c05
commit
7d28a1b93d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user