feat(problems/new_remote): add help

This commit is contained in:
Baoshuo Ren 2023-01-19 10:17:16 +08:00
parent 6124403705
commit 0918605c2b
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -102,6 +102,15 @@ $new_remote_problem_form->runAtServer();
</div>
<div class="col-md-6 mt-3 mt-md-0">
<h4>使用帮助</h4>
<ul>
<li>
<p>目前支持导入以下题库的题目作为远端评测题:</p>
<ul>
<li>Codeforces</li>
</ul>
</li>
<li>在导入题目前请先搜索题库中是否已经存在相应题目,避免重复添加。</li>
</ul>
</div>
</div>
</div>