filesite
8 months ago
3 changed files with 36 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||||
|
<!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> |
||||||
|
|
||||||
|
<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> |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue