king
2023-01-05 876a5e6657d67df66bb525d02dd6d147ba81cae5
src/tabviews/zshare/topSearch/index.jsx
@@ -423,6 +423,12 @@
            _item.$value = cell[item.cardValField]
            _item = {..._item, ...cell}
            if (item.urlField) {
              _item.$url = cell[item.urlField] || ''
            } else if (item.colorField) {
              _item.$color = cell[item.colorField] || ''
            }
            if (map.has(_item.ParentID + _item.$value)) return
            
            map.set(_item.ParentID + _item.$value, 0)