You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
<!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> |
|
|
|
<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> |