评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发送
{{ c.author_name ? c.author_name.charAt(0).toUpperCase() : '?' }}
{{ c.author_name }} {{ Utils.formatDate(c.created_at) }}