简介
{#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"}
导出
manifest(stub)
开始导出
{#if exportJob}
{#if exportJob.status === "DONE"} 完成 ·
下载
{:else if exportJob.status === "FAILED"} 失败:{exportJob.error ?? ""} {:else} {exportJob.status}… {/if}
{/if}
{/if} {#if canManage}
删除后移入回收站,可恢复
{deleting ? "删除中…" : `删除此${node.kind === "PROJECT" ? "项目" : "文件夹"}`}
{/if}
{#if showEditDesc}
(showEditDesc = false)}>
简要说明这个项目的内容
(showEditDesc = false)}>取消
保存
{/if}