<!doctype html>
<html class="no-js" lang="en-US">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width">
    <title>HeroUnion英雄联盟 - Hero爬虫联盟</title>
    <meta name="author" content="HeroUnion英雄联盟 - filesite.io">
    <meta name="description" content="HeroUnion: A union of hero bots, Hero爬虫的英雄联盟。">
    <script src="/js/jquery-3.7.1.min.js"></script>
</head>
<body>
    <h1>HeroUnion英雄联盟 <small>- Hero爬虫联盟</small></h1>

    <h3>HeroUnion联盟状态</h3>
    <pre><code id="herounion_stats">...</code></pre>

    <h3>HeroUnion源码下载</h3>
    <p><a href="https://git.filesite.io/filesite/hero_union" target="_blank">https://git.filesite.io/filesite/hero_union</a></p>

    <h3>HeroBot - Machete Hero源码下载</h3>
    <p><a href="https://git.filesite.io/filesite/machete_hero" target="_blank">https://git.filesite.io/filesite/machete_hero</a></p>
    
    
    <script type="text/javascript">
        var api = '/api/stats/';
        $.ajax({
            url: api,
            method: 'GET',
            dataType: 'json'
        }).done(function(data) {
            $('#herounion_stats').text(JSON.stringify(data, null, 4));
        });
    </script>
</body>
</html>