diff --git a/src/pages/shares.astro b/src/pages/shares.astro index 66d8a46..da7d020 100644 --- a/src/pages/shares.astro +++ b/src/pages/shares.astro @@ -36,26 +36,35 @@ const sourceLabels = { itemCount={shares.length} /> -
+
{shares.map((share) => ( -
-

- {formatDateTime(share.updated_at || share.time) || '未标注时间'} - {share.project ? {share.project} : null} - {share.type ? {share.type} : null} - {share.source ? {sourceLabels[share.source]} : null} -

-

{share.name}

- {share.description ?

{share.description}

: null} - {share.project_repo ?

{share.project_repo}

: null} -