VRChat

个人通知
通知列表
{{ notifications | length }} 条通知
{% for notification in notifications %} {% if notification.type == 'friendRequest' %}
好友请求
{{ notification.td }}
用户头像
{{ notification.sender_username }}

请求添加您为好友

{% if notification.message %}

附言: {{ notification.message }}

{% endif %}
{% elif notification.type == 'invite' %}
世界邀请
{{ notification.td }}
用户头像
{{ notification.name }}
"邀请您加入我的世界!"
{% elif notification.type == 'votetokick' %}
投票踢人
{{ notification.td }}
用户头像
社区管理员 usr_admin_001
{% if notification.message %}
{{ notification.message }}
{% endif %}
{% elif notification.type == 'message' %}
新消息
{{ notification.td }}
用户头像
{{ notification.name }}
{% if notification.message %}
{{ notification.message }}
{% endif %}
{% elif notification.type == 'inviteResponse' %}
邀请已接受
{{ notification.td }}
用户头像
{{ notification.name }}
{% if notification.message %}
{{ notification.message }}
{% endif %}
{% elif notification.type == 'requestInvite' %}
邀请请求
2025-06-21 16:40
用户头像
{{ notification.name }}
{% if notification.message %}
{{ notification.message }}
{% endif %}
{% endif %} {% endfor %}