简介
{#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)}>
简要说明这个项目的内容
(showEditDesc = false)}>取消
保存
{/if}