Commit d3121ef8 authored by nanahira's avatar nanahira

fix

parent 0d8f1741
Pipeline #2421 passed with stages
in 2 minutes and 9 seconds
...@@ -106,3 +106,4 @@ dist ...@@ -106,3 +106,4 @@ dist
/build /build
/output /output
/config.yaml /config.yaml
/data
...@@ -4,9 +4,9 @@ template: | ...@@ -4,9 +4,9 @@ template: |
规则: 人头赛 规则: 人头赛
地点: 679019131 地点: 679019131
------第一轮------ ------第一轮------
{% for duel of duels %} {% for duel in duels -%}
{{duel[0].name}} ({{duel[0].qq}}) 0:0 {{duel[1].name}} ({{duel[1].qq}}) {{duel[0].name}} ({{duel[0].qq}}) 0:0 {{duel[1].name}} ({{duel[1].qq}})
{% endfor %} {% endfor -%}
------第二轮------ ------第二轮------
matches: matches:
- team1: AR - team1: AR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment