场次
PR
胜率
伤害
命中
K/D
{{ each_player['userName'] }}
{% if each_player['pvp'] %}
{{ each_player['pvp']['battles'] }}
{{ each_player['pvp']['pr'] }}
{{ '%.2f' | format(each_player['pvp']['wins']) }}%
{{ each_player['pvp']['damage'] }}
info命中
infoK/D
{% else %}
无法获取战绩
{% endif %}
{{ each_player['shipName'] }}
{% if each_player['ship'] %}
{{ each_player['ship']['battles'] }}
{{ each_player['ship']['pr'] }}
{{ '%.2f' | format(each_player['ship']['wins']) }}
{{ each_player['ship']['damage'] }}
ship命中
shipK/D
{% else %}
无法获取战绩
{% endif %}
K/D
命中
伤害
胜率
PR
场次
{% if each_player['pvp'] %}
infoK/D
info命中
{{ each_player['pvp']['damage'] }}
{{ '%.2f' | format(each_player['pvp']['wins']) }}%
{{ each_player['pvp']['pr'] }}
{{ each_player['pvp']['battles'] }}
{% else %}
无法获取战绩
{% endif %}
{{ each_player['userName'] }}
{% if each_player['ship'] %}
shipK/D
ship命中
{{ each_player['ship']['damage'] }}
{{ '%.2f' | format(each_player['ship']['wins']) }}%
{{ each_player['ship']['pr'] }}
{{ each_player['ship']['battles'] }}
{% else %}
无法获取战绩
{% endif %}
{{ each_player['shipName'] }}