发布v2.6.3版本

This commit is contained in:
雨中磐石
2024-05-04 17:53:06 +08:00
parent b0d1a233bd
commit 3048af398c
26 changed files with 176 additions and 56 deletions

View File

@@ -47,8 +47,9 @@ $(document).ready(function(){
get('autherkey_{rand}').readOnly=true;
get('autherkey_{rand}').value=da.aukey;
$('#auther_enddt{rand}').html(jm.uncrypt(da.enddt));
var str = jm.uncrypt(da.yuming);
if((','+str+',').indexOf(','+HOST+',')<0)str+='<font style="font-size:12px" color="red">(与当前'+HOST+'域名不符合)</font>';
var str = jm.uncrypt(da.yuming),yms = str;
if(yms=='*.')str+='(无限制域名)';
if((','+yms+',').indexOf(','+HOST+',')<0 && yms!='*.')str+='<font style="font-size:12px" color="red">(与当前'+HOST+'域名不符合)</font>';
$('#auther_yuming{rand}').html(str);
$('#savebtn{rand}').hide();
$('#savewen{rand}').hide();