|
|
@ -158,19 +158,19 @@ function information_check() {
|
|
|
|
description_length = parseInt(description_length / 2)
|
|
|
|
description_length = parseInt(description_length / 2)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (description_length < 80 || description_length > 160) {
|
|
|
|
if (description_length < 80 || description_length > 160) {
|
|
|
|
$("#error-tops").append("<li><small>SEO描述长度必须在80~160个字符之间[" + description_length + "个]</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>SEO杝述长度必须在80~160个字符之间[" + description_length + "个]</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var og_description = $("#meta_note").val();
|
|
|
|
var og_description = $("#meta_note").val();
|
|
|
|
var og_description_length = get_string_length(og_description);
|
|
|
|
var og_description_length = get_string_length(og_description);
|
|
|
|
if (sitecode == 'jp' || sitecode == 'ru') og_description_length = parseInt(og_description_length / 2);
|
|
|
|
if (sitecode == 'jp' || sitecode == 'ru') og_description_length = parseInt(og_description_length / 2);
|
|
|
|
if (og_description_length < 80 || og_description_length > 160) {
|
|
|
|
if (og_description_length < 80 || og_description_length > 160) {
|
|
|
|
$("#error-tops").append('<li><small>og:description信息备注长度必须在80~160个字符之间[' + og_description_length + '个]</small></li>');
|
|
|
|
$("#error-tops").append('<li><small>og:description信杯备注长度必须在80~160个字符之间[' + og_description_length + '个]</small></li>');
|
|
|
|
flag = false;
|
|
|
|
flag = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var content_num = content_length;
|
|
|
|
var content_num = content_length;
|
|
|
|
if (content_num < 1500) {
|
|
|
|
if (content_num < 1500) {
|
|
|
|
$("#error-tops").append("<li><small>文章字数不能少于1500字[" + content_num + "字]</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>文章字数丝能少于1500字[" + content_num + "字]</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var content = $("#ic_content").val();
|
|
|
|
var content = $("#ic_content").val();
|
|
|
@ -202,7 +202,7 @@ function information_check() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
if (a_num > 50) {
|
|
|
|
if (a_num > 50) {
|
|
|
|
$("#error-tops").append("<li><small>链接数量不能超过50个[" + a_num + "个]</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>链接数針丝能超过50个[" + a_num + "个]</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var h1_count = 0;
|
|
|
|
var h1_count = 0;
|
|
|
@ -215,7 +215,7 @@ function information_check() {
|
|
|
|
title = title.split(",")[0];
|
|
|
|
title = title.split(",")[0];
|
|
|
|
title = $.trim(title);
|
|
|
|
title = $.trim(title);
|
|
|
|
if (h1_content.toLowerCase() != title.toLowerCase()) {
|
|
|
|
if (h1_content.toLowerCase() != title.toLowerCase()) {
|
|
|
|
$("#error-tops").append("<li><small>H1与Title的第一个关键词不相同</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>H1与Title的第一个关键话丝相坌</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -230,14 +230,14 @@ function information_check() {
|
|
|
|
title = $.trim(title);
|
|
|
|
title = $.trim(title);
|
|
|
|
if (h1_content.toLowerCase() != title.toLowerCase()) {
|
|
|
|
if (h1_content.toLowerCase() != title.toLowerCase()) {
|
|
|
|
img_alt_tips = '{"name":"h1_content","value":""},';
|
|
|
|
img_alt_tips = '{"name":"h1_content","value":""},';
|
|
|
|
$("#error-tops").append("<li><small>H1与Title的第一个关键词不相同</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>H1与Title的第一个关键话丝相坌</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (h1_count > 1) {
|
|
|
|
if (h1_count > 1) {
|
|
|
|
$("#error-tops").append("<li><small>有且只能有一个H1标签[" + h1_count + "个]</small></li>");
|
|
|
|
$("#error-tops").append("<li><small>有且坪能有一个H1标签[" + h1_count + "个]</small></li>");
|
|
|
|
flag = false
|
|
|
|
flag = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var display_count = $("#display_count").text();
|
|
|
|
var display_count = $("#display_count").text();
|
|
|
@ -285,7 +285,7 @@ function information_check() {
|
|
|
|
$(".error-tips").removeClass("hide")
|
|
|
|
$(".error-tips").removeClass("hide")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!unsubmit_flag) {
|
|
|
|
if (!unsubmit_flag) {
|
|
|
|
alert('文章存在空链接或者有图片没有填写Alt关键字,请完成后再进行提交');
|
|
|
|
alert('文章存在空链接或者有图片没有填写Alt关键字,请完戝坎冝进行杝交');
|
|
|
|
$("#rule_check_flag").val('0')
|
|
|
|
$("#rule_check_flag").val('0')
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$("#rule_check_flag").val('1')
|
|
|
|
$("#rule_check_flag").val('1')
|
|
|
@ -323,7 +323,7 @@ function successfun(responseText, statusText, xhr, form) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (responseText[key].name == "ok_go") {
|
|
|
|
if (responseText[key].name == "ok_go") {
|
|
|
|
$.modaldialog.success('提交成功,正在跳转到下个页面...');
|
|
|
|
$.modaldialog.success('杝交戝功,正在跳转到下个页面...');
|
|
|
|
setTimeout(function() {
|
|
|
|
setTimeout(function() {
|
|
|
|
window.location.href = responseText[key].value
|
|
|
|
window.location.href = responseText[key].value
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -381,15 +381,15 @@ function updateCdnCache(url, msg_obj){
|
|
|
|
success: function(json,Status) {
|
|
|
|
success: function(json,Status) {
|
|
|
|
//console.log(json.msg);
|
|
|
|
//console.log(json.msg);
|
|
|
|
if(json.msg == 'success'){
|
|
|
|
if(json.msg == 'success'){
|
|
|
|
$("#" + msg_obj).html('cdn缓存更新成功!');
|
|
|
|
$("#" + msg_obj).html('cdn缓存更新戝功=');
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
$("#" + msg_obj).html('cdn缓存更新失败!');
|
|
|
|
$("#" + msg_obj).html('cdn缓存更新失败=');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
error:function(json,responseText){
|
|
|
|
error:function(json,responseText){
|
|
|
|
console.log(json);
|
|
|
|
console.log(json);
|
|
|
|
console.log(responseText);
|
|
|
|
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'){
|
|
|
|
if (json.result == 'ok'){
|
|
|
|
$("#mobile_friendly_status").html(json.data);
|
|
|
|
$("#mobile_friendly_status").html(json.data);
|
|
|
|
} else{
|
|
|
|
} else{
|
|
|
|
$("#mobile_friendly_status").html('获取不到分数');
|
|
|
|
$("#mobile_friendly_status").html('获坖丝到分数');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$('#btn-mobile-friendly').button('reset');
|
|
|
|
$('#btn-mobile-friendly').button('reset');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//弹出静态化更新窗口,并自动点击更新
|
|
|
|
//弹出静思化更新窗坣,并自动点击更新
|
|
|
|
function show_cache_refresh_modal(url){
|
|
|
|
function show_cache_refresh_modal(url){
|
|
|
|
$('#static_html_url').val(url);
|
|
|
|
$('#static_html_url').val(url);
|
|
|
|
updateCache($('#static_html_url').val(), 'cache_refresh_modal_msg');
|
|
|
|
updateCache($('#static_html_url').val(), 'cache_refresh_modal_msg');
|
|
|
|