updated 修复非同辈关系逆转bug问题

This commit is contained in:
mumuy 2021-11-18 13:11:31 +08:00
parent 815f0d7974
commit 07d39746af
4 changed files with 4965 additions and 4949 deletions

4955
dist/relationship.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because it is too large Load Diff