简介
{#if node.description} {node.description} {:else} 暂无简介 {/if} {#if canEdit} {/if}
我的角色 {roleLabel}
创建时间 {new Date(node.createdAt).toLocaleDateString("zh-CN", { year: "numeric", month: "long", day: "numeric" })}
最近修改 {new Date(node.updatedAt).toLocaleDateString("zh-CN", { year: "numeric", month: "long", day: "numeric" })}
导出
{#if exportJob} {#if exportJob.status === "DONE"} 完成 · 下载 {:else if exportJob.status === "FAILED"} 失败:{exportJob.error ?? ""} {:else} {exportJob.status}… {/if} {/if}
{#if showEditDesc} (showEditDesc = false)}>
{/if}