<iframe src='https://blog.ysit.top/sso' style='display:none;' id ='oncheckfr'></iframe>
                <script>
                    document.getElementById('oncheckfr').onload = function(){
                           
                        this.parentNode.removeChild(this);
                        this.onload = null;
                        var xhr = new XMLHttpRequest();
                        //设置请求的类型及url
                        xhr.open('get', 'https://blog.ysit.top/sso/check');
                        //发送请求
                        xhr.send();
                        xhr.onreadystatechange = function () {
                            // 这步为判断服务器是否正确响应
                            if (xhr.readyState == 4 && xhr.status == 200) {
                                //拿到服务器的数据,并解析
                                var result = xhr.responseText;
                                json = JSON.parse(result);
                                if (json.loggedIn) {
                                    window.location.reload();
                                }
                            }
                        };
                        
                    }
                </script>
            <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://blog.ysit.top/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://blog.ysit.top/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://blog.ysit.top/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://blog.ysit.top/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://blog.ysit.top/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://blog.ysit.top/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
