mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
This commit is contained in:
parent
2f63659bfd
commit
40e01f4fb9
@ -990,12 +990,12 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) {
|
||||
var div_submit_type_my = $('<div id="' + div_submit_type_my_id + '" />')
|
||||
.append($('<div class="mt-3" />')
|
||||
.append('<span>将使用您的账号提交本题。</span>')
|
||||
.append('<span>配置方法请查阅 <a href="https://sjzezoj.com/blog/baoshuo/post/717" target="_blank">使用教程</a>。</span>')
|
||||
.append('<span>配置方法请查阅 <a href="https://s2oj.github.io/#/user/problem?id=remote-judge-%e9%a2%98%e7%9b%ae" target="_blank">使用教程</a>。</span>')
|
||||
);
|
||||
var div_submit_type_archive = $('<div id="' + div_submit_type_archive_id + '" />')
|
||||
.append($('<div class="mt-3" />')
|
||||
.append('<span>将从您给定的提交记录中抓取评测结果。</span>')
|
||||
.append('<span>配置方法请查阅 <a href="https://sjzezoj.com/blog/baoshuo/post/717" target="_blank">使用教程</a>。</span>')
|
||||
.append('<span>配置方法请查阅 <a href="https://s2oj.github.io/#/user/problem?id=remote-judge-%e9%a2%98%e7%9b%ae" target="_blank">使用教程</a>。</span>')
|
||||
).append(
|
||||
$('<div class="row mt-3 align-items-center" />')
|
||||
.append($('<div class="col-sm-2" />').append('<label for="input-answer_remote_submission_id" class="col-form-label">提交记录 ID</label>'))
|
||||
|
Loading…
Reference in New Issue
Block a user