This repository was archived by the owner on Oct 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
templates/components/Challenge Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11<p {{ attributes }}>
2- <strong >輸出格式:</strong >欄位順序分別為: <code >{{
2+ <strong >輸出格式:</strong >欄位順序分別為 <code >{{
33 this .columnsOfAnswer | joinToQuoted(' 、' )
44 }}</code >。
55</p >
6+
7+ {% macro placeholder(props ) %}
8+ <p >
9+ <strong >輸出格式:</strong >欄位順序分別為
10+ </p >
11+ {% endmacro %}
Original file line number Diff line number Diff line change 171171 </div >
172172 {% endif %}
173173</div >
174+
175+ {% macro placeholder(props ) %}
176+ <div class =" alert alert-info d-flex gap-3 align-items-center" >
177+ <div class =" spinner-grow" role =" status" aria-hidden =" true" ></div >
178+ <div >正在進行比較⋯⋯</div >
179+ </div >
180+ {% endmacro %}
Original file line number Diff line number Diff line change 1616 {% endif %}
1717
1818 {% if result is not null and result .result %}
19- <twig:Challenge:Tabs:QueryResultTable :result =" result.result" />
19+ <twig:Challenge:Tabs:QueryResultTable :result =" result.result" />
2020 {% endif %}
2121</div >
22+
23+ {% macro placeholder(props ) %}
24+ <div class =" alert alert-info d-flex gap-3 align-items-center" >
25+ <div class =" spinner-grow" role =" status" aria-hidden =" true" ></div >
26+ <div >正在取回答案⋯⋯</div >
27+ </div >
28+ {% endmacro %}
You can’t perform that action at this time.
0 commit comments