更改:隐藏new_reply

This commit is contained in:
yystopf 2026-03-25 14:17:33 +08:00
parent 955e222f55
commit 3650773338
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ json.id memo.id
json.is_fine memo.is_fine
json.is_original memo.is_original
json.memo_watched current_user.watched?(memo)
json.new_reply memo.new_reply
# json.new_reply memo.new_reply
json.praises_count memo.praises_count
json.published_time memo.published_at.strftime("%Y-%m-%d %H:%M:%S")
json.replies_count memo.replies_count