분류

{#if loading} {#each Array(5) as _}
{/each} {:else} {#each tree as node} {@const color = DOMAIN_COLORS[node.name] || 'var(--text-dim)'} {#snippet treeNode(n, depth)} {@const isActive = activeDomain === n.path} {@const isParent = activeDomain?.startsWith(n.path + '/')} {@const hasChildren = n.children.length > 0} {@const isExpanded = expanded[n.path]}
{#if hasChildren} {:else} {/if}
{#if hasChildren && isExpanded} {#each n.children as child} {@render treeNode(child, depth + 1)} {/each} {/if} {/snippet} {@render treeNode(node, 0)} {/each} {/if}

스마트 그룹

받은편지함