简介
{#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"}
独立权限 {node.independentPermission ? "开启" : "关闭"} {#if canManage} {/if} 关闭时仅继承父级权限(创建者除外)
导出
{#if exportJob} {#if exportJob.status === "DONE"} 完成 · 下载 {:else if exportJob.status === "FAILED"} 失败:{exportJob.error ?? ""} {:else} {exportJob.status}… {/if} {/if}
{/if}
{#if showEditDesc} (showEditDesc = false)}>
{/if}