From 44dd1f112d939a2e550e7eb18bf7dccb99b644f5 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 4 Feb 2023 13:50:36 +0800 Subject: [PATCH] chore(problem/remote): add missing hints --- web/js/uoj.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/js/uoj.js b/web/js/uoj.js index c4f2332..082c229 100644 --- a/web/js/uoj.js +++ b/web/js/uoj.js @@ -996,6 +996,7 @@ $.fn.remote_submit_type_group = function(oj, pid, url, submit_type) { var div_submit_type_my = $('
') .append($('
') .append('将使用您的账号提交本题。') + .append('配置方法请查阅 使用教程') .append('账号状态:') .append(my_account_validation_status) .append(my_account_validation_btn)