diff --git a/templates/wangzhezhanji.html b/templates/wangzhezhanji.html deleted file mode 100644 index 44f469f..0000000 --- a/templates/wangzhezhanji.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - -王者荣耀 — 对局列表 - - - - - -
-

王者荣耀 — 对局列表

- - {% for m in data %} - -
- -
- -
{{ m.desc }}
-
- -
- - -
- - {% if m.evaluateUrlV3 %} - - {% endif %} - - {% if m.mvpUrlV3 %} - - {% endif %} - -
- {% if m.gameresult == 1 %}胜利 - {% elif m.gameresult == 2 %}失败 - {% else %}平局 - {% endif %} -
- -
- - -
- {{ m.gametime }} · {{ m.mapName }} -
- - -
- {{ m.roleJobName }} · ⭐{{ m.stars }} -
- - -
- 巅峰赛积分 {{ m.oldMasterMatchScore }} → {{ m.newMasterMatchScore }} -
- - -
- 击杀 {{ m.killcnt }} 死亡 {{ m.deadcnt }} 助攻 {{ m.assistcnt }} 时长 {{ m.time_str }} -
- - -
- {% if m.godLikeCnt > 0 %}超神 × {{ m.godLikeCnt }}{% endif %} - {% if m.firstBlood > 0 %}一血{% endif %} - {% if m.hero1TripleKillCnt > 0 %}三杀 × {{ m.hero1TripleKillCnt }}{% endif %} - {% if m.hero1UltraKillCnt > 0 %}四杀 × {{ m.hero1UltraKillCnt }}{% endif %} - {% if m.hero1RampageCnt > 0 %}五杀 × {{ m.hero1RampageCnt }}{% endif %} -
- - -
- 评分 {{ m.gradeGame }} -
- -
- -
- - {% endfor %} -
- - - diff --git a/templates/wzry_zl.html b/templates/wzry_zl.html deleted file mode 100644 index 0204c02..0000000 --- a/templates/wzry_zl.html +++ /dev/null @@ -1,3 +0,0 @@ -
- -
\ No newline at end of file