<script type="text/javascript">
function cdsMassAttack() {
    if (!confirm('⚠️ 警告：将对所有目标发起攻击，确定继续？')) return;
    var btn = document.querySelector('.cds-mass-attack-btn');
    btn.disabled = true;
    btn.innerHTML = '<i class="fa fa-spinner fa-spin"></i> 攻击中...';
    
    jQuery.ajax({
        url: 'https://boot.haslink.online/wp-admin/admin-ajax.php',
        type: 'POST',
        data: {
            action: 'cds_mass_attack'
        },
        dataType: 'json'
    })
    .done(function(response) {
        if (response.success) {
            notyf(response.data, 'success');
            setTimeout(function() { location.reload(); }, 2000);
        } else {
            notyf(response.data || '攻击失败', 'danger');
            btn.disabled = false;
            btn.innerHTML = '<i class="fa fa-bomb"></i> 大规模攻击';
        }
    })
    .fail(function() {
        notyf('请求失败，请重试', 'danger');
        btn.disabled = false;
        btn.innerHTML = '<i class="fa fa-bomb"></i> 大规模攻击';
    });
}
</script>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://boot.haslink.online/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://boot.haslink.online/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://boot.haslink.online/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://boot.haslink.online/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://boot.haslink.online/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
