Bili Sync
Bili Sync 视频管理系统
视频来源 {#each items as item (item.type)} {#snippet child({ props })}
{item.title}
{/snippet}
{#if $videoSourceStore} {#if $videoSourceStore[item.type as keyof VideoSourcesResponse]?.length > 0} {#each $videoSourceStore[item.type as keyof VideoSourcesResponse] as source (source.id)} {/each} {:else}
无数据
{/if} {:else}
加载中...
{/if}
{/each}