简介
{#if node.description} {node.description} {:else} 暂无简介 {/if} {#if canEdit} {/if}
类型 {node.kind === "PROJECT" ? "项目" : "文件夹"}
我的角色 {roleLabel}
创建时间 {new Date(node.createdAt).toLocaleString("zh-CN")}
更新时间 {new Date(node.updatedAt).toLocaleString("zh-CN")}
{#if node.kind === "PROJECT"}
导出
{#if exportJob} {#if exportJob.status === "DONE"} 完成 · 下载 {:else if exportJob.status === "FAILED"} 失败:{exportJob.error ?? ""} {:else} {exportJob.status}… {/if} {/if}
{/if} {#if canManage}
删除后移入回收站,可恢复
{/if}
{#if showEditDesc} (showEditDesc = false)}>
{/if}