From 40e01f4fb9a9f938cbaf16886374825fe3e38951 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 14 Feb 2023 10:39:32 +0800 Subject: [PATCH] chore: update doc url --- web/js/uoj.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/js/uoj.js b/web/js/uoj.js index ba5ea48..42bff63 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -990,12 +990,12 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) { var div_submit_type_my = $('
') .append($('
') .append('将使用您的账号提交本题。') - .append('配置方法请查阅 使用教程') + .append('配置方法请查阅 使用教程') ); var div_submit_type_archive = $('
') .append($('
') .append('将从您给定的提交记录中抓取评测结果。') - .append('配置方法请查阅 使用教程') + .append('配置方法请查阅 使用教程') ).append( $('
') .append($('
').append(''))