mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-21 21:48:42 +00:00
feat(problem): allow hack alert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a6d9222aea
commit
40ebdae256
@ -527,6 +527,13 @@ if (UOJContest::cur()) {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if (UOJProblem::info('hackable')) : ?>
|
||||||
|
<div class="alert alert-primary mb-2">
|
||||||
|
<i class="bi bi-info-circle"></i>
|
||||||
|
本题目开放 Hack。
|
||||||
|
</div>
|
||||||
|
<?php endif ?>
|
||||||
|
|
||||||
<!-- 附件 -->
|
<!-- 附件 -->
|
||||||
<div class="card mb-2">
|
<div class="card mb-2">
|
||||||
<div class="card-header fw-bold">
|
<div class="card-header fw-bold">
|
||||||
|
Loading…
Reference in New Issue
Block a user