From e170acbd577ba63a06d43eb8ff589b1a55634b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 11 Mar 2021 16:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=B0=8F=E5=BF=83=E7=A2=B0=E5=88=B0?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E5=81=9A=E5=8F=98=E5=8A=A8=E3=80=82=E4=B8=8D?= =?UTF-8?q?=E7=9F=A5=E9=81=93=E4=B8=BA=E4=BB=80=E4=B9=88=E8=AF=B4=E6=9C=89?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/information-system3.min.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/js/information-system3.min.js b/js/information-system3.min.js index 9efe9760..86ba7925 100644 --- a/js/information-system3.min.js +++ b/js/information-system3.min.js @@ -158,19 +158,19 @@ function information_check() { description_length = parseInt(description_length / 2) } if (description_length < 80 || description_length > 160) { - $("#error-tops").append("
  • SEO描述长度必须在80~160个字符之间[" + description_length + "个]
  • "); + $("#error-tops").append("
  • SEO杝述长度必须在80~160个字符之间[" + description_length + "个]
  • "); flag = false } var og_description = $("#meta_note").val(); var og_description_length = get_string_length(og_description); if (sitecode == 'jp' || sitecode == 'ru') og_description_length = parseInt(og_description_length / 2); if (og_description_length < 80 || og_description_length > 160) { - $("#error-tops").append('
  • og:description信息备注长度必须在80~160个字符之间[' + og_description_length + '个]
  • '); + $("#error-tops").append('
  • og:description信杯备注长度必须在80~160个字符之间[' + og_description_length + '个]
  • '); flag = false; } var content_num = content_length; if (content_num < 1500) { - $("#error-tops").append("
  • 文章字数不能少于1500字[" + content_num + "字]
  • "); + $("#error-tops").append("
  • 文章字数丝能少于1500字[" + content_num + "字]
  • "); flag = false } var content = $("#ic_content").val(); @@ -202,7 +202,7 @@ function information_check() { } }); if (a_num > 50) { - $("#error-tops").append("
  • 链接数量不能超过50个[" + a_num + "个]
  • "); + $("#error-tops").append("
  • 链接数針丝能超过50个[" + a_num + "个]
  • "); flag = false } var h1_count = 0; @@ -215,7 +215,7 @@ function information_check() { title = title.split(",")[0]; title = $.trim(title); if (h1_content.toLowerCase() != title.toLowerCase()) { - $("#error-tops").append("
  • H1与Title的第一个关键词不相同
  • "); + $("#error-tops").append("
  • H1与Title的第一个关键话丝相坌
  • "); flag = false } } @@ -230,14 +230,14 @@ function information_check() { title = $.trim(title); if (h1_content.toLowerCase() != title.toLowerCase()) { img_alt_tips = '{"name":"h1_content","value":""},'; - $("#error-tops").append("
  • H1与Title的第一个关键词不相同
  • "); + $("#error-tops").append("
  • H1与Title的第一个关键话丝相坌
  • "); flag = false } } }) } if (h1_count > 1) { - $("#error-tops").append("
  • 有且只能有一个H1标签[" + h1_count + "个]
  • "); + $("#error-tops").append("
  • 有且坪能有一个H1标签[" + h1_count + "个]
  • "); flag = false } var display_count = $("#display_count").text(); @@ -285,7 +285,7 @@ function information_check() { $(".error-tips").removeClass("hide") } if (!unsubmit_flag) { - alert('文章存在空链接或者有图片没有填写Alt关键字,请完成后再进行提交'); + alert('文章存在空链接或者有图片没有填写Alt关键字,请完戝坎冝进行杝交'); $("#rule_check_flag").val('0') } else { $("#rule_check_flag").val('1') @@ -323,7 +323,7 @@ function successfun(responseText, statusText, xhr, form) { } } else { if (responseText[key].name == "ok_go") { - $.modaldialog.success('提交成功,正在跳转到下个页面...'); + $.modaldialog.success('杝交戝功,正在跳转到下个页面...'); setTimeout(function() { window.location.href = responseText[key].value }, @@ -381,15 +381,15 @@ function updateCdnCache(url, msg_obj){ success: function(json,Status) { //console.log(json.msg); if(json.msg == 'success'){ - $("#" + msg_obj).html('cdn缓存更新成功!'); + $("#" + msg_obj).html('cdn缓存更新戝功='); }else{ - $("#" + msg_obj).html('cdn缓存更新失败!'); + $("#" + msg_obj).html('cdn缓存更新失败='); } }, error:function(json,responseText){ console.log(json); console.log(responseText); - $("#" + msg_obj).html('cdn更新失败,请联系cyc!!'); + $("#" + msg_obj).html('cdn更新失败,请蝔系cyc=='); } }) } @@ -585,13 +585,13 @@ $.post(url, {'psd_URL':ic_url, 'psd_SiteCode':sitecode}, function(data){ if (json.result == 'ok'){ $("#mobile_friendly_status").html(json.data); } else{ - $("#mobile_friendly_status").html('获取不到分数'); + $("#mobile_friendly_status").html('获坖丝到分数'); } $('#btn-mobile-friendly').button('reset'); }); } -//弹出静态化更新窗口,并自动点击更新 +//弹出静思化更新窗坣,并自动点击更新 function show_cache_refresh_modal(url){ $('#static_html_url').val(url); updateCache($('#static_html_url').val(), 'cache_refresh_modal_msg');