This commit is contained in:
zh
2025-11-05 18:24:35 +08:00
parent 318b0fc8ce
commit d6fb3b57e2
30 changed files with 580 additions and 340 deletions

View File

@ -1567,7 +1567,7 @@
: node.iconClose
: node[setting.data.key.icon]
if (icon || node.svg)
icoStyle.push('background:url(', node.svg ? '' : icon, ') 0 0 no-repeat;')
icoStyle.push("background:url(", (node.svg ? '':icon), ") 0 0 no-repeat;");
if (
setting.view.showIcon == false ||
!tools.apply(setting.view.showIcon, [setting.treeId, node], true)