• 消息推送示例
  • {{ username }}
  • 我的消息 {% if unread != 0 %} ({{ unread }}) {% end %}
      {% for message in messages %}
    • {% if message['status'] != 0 %}
      {{ message['username'] }} 评论了你的博客{{ message['data'] }}
      {% else %}
      {{ message['username'] }} 评论了你的博客{{ message['data'] }}
      {% end %}
    • {% end %}