diff --git a/src/components/Comments.astro b/src/components/Comments.astro index 2c74c2f..b09d335 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -218,7 +218,7 @@ const showPrivate = isOptionOn('open_private_message'); var uaHtml = uaIcons(c); return '' + - '
  • ' + + '
  • ' + '
    ' + '
    ' + '
    ' + @@ -237,19 +237,22 @@ const showPrivate = isOptionOn('open_private_message'); '' + '' + '
    ' + - '回复' + + '回复' + '
    ' + '
    ' + '' + uaHtml + - ' ' + - ' ' + + ' ' + + ' ' + '' + '
    ' + '
    ' + '' + '
    ' + - '
    ' + (c.comment || '') + '
    ' + + '
    ' + + (c.ruser ? '@' + escapeHtml(c.ruser) + ' ' : '') + + (c.comment || '') + + '
    ' + '
    ' + '
    ' + '' +