updated 智能识别孙男孙女侄男侄女甥男甥女等模糊情况

This commit is contained in:
mumuy
2022-02-22 19:55:28 +08:00
parent e9a28734e4
commit c145015b91
3 changed files with 123 additions and 88 deletions

View File

@@ -16,7 +16,7 @@
<script type="text/javascript">
setTimeout(function(){
if(location.hostname.indexOf('passer-by.com')==-1){
location.href = 'http://passer-by.com/';
// location.href = 'http://passer-by.com/';
}else if( window.top != window.self ) {
window.top.location = self.location.href;
}