From 391d6f97bae43f8c75aec867beb14df5474247e1 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 26 Mar 2025 11:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8B=B1=E6=96=87=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=A0=A1=E9=AA=8C=E3=80=81=E7=94=9F=E6=88=90=E5=A4=A7?= =?UTF-8?q?=E7=BA=B2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.html | 17 +++++++++++++---- style/css/index.css | 37 +++++++++++++++++++++++++++++++++---- style/js/index.js | 26 ++++++++++++++++++++++---- 3 files changed, 68 insertions(+), 12 deletions(-) diff --git a/home.html b/home.html index 3ca55fa..5a22dd1 100644 --- a/home.html +++ b/home.html @@ -184,6 +184,7 @@
我已阅读并同意:生成的论文范文仅用于参考,不作为毕业论文使用
@@ -818,6 +823,10 @@ alert('请输入标题'); return false; } + if ($('.oneRight').hasClass('error')) { + alert('标题格式错误'); + return false; + } var title_min_limit = 1; if (title.length < title_min_limit) { alert('标题不能少于' + title_min_limit + '字'); @@ -1104,7 +1113,7 @@