1
0
mirror of https://shylinux.com/x/volcanos synced 2025-07-03 04:51:19 +08:00
This commit is contained in:
root 2025-02-19 21:00:52 +08:00
parent a34814261a
commit ebeecd3423

View File

@ -127,7 +127,7 @@ Volcanos(chat.ONIMPORT, {
},
_item: function(can, item, cb, cbs) {
item._hash = item._hash||item.sess||item.hash||item.zone||item.path||item.name
item._hash && (item._hash = item._hash.replaceAll(":", "_"))
item._hash && item._hash.replaceAll && (item._hash = item._hash.replaceAll(":", "_"))
item._title = item._title||item.name||item.path||item.zone||item.hash
item._select == undefined && can.db.hash[0] && (item._select = can.db.hash[0] == item._hash)
if (typeof item._hash == code.OBJECT) { item._select = true