Browse Source

html update

master
filesite 6 days ago
parent
commit
5b1edd2c2c
  1. 33
      public/en/index.html
  2. 44
      public/index.html

33
public/en/index.html

@ -51,12 +51,6 @@
<a href="/en/" class="mx-d2">English</a> <a href="/en/" class="mx-d2">English</a>
</p> </p>
<h3 class="mt-1">HeroUnion download</h3>
<p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p>
<h3 class="mt-1">HeroBot download</h3>
<p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p>
<h3 class="mt-2">HeroUnion Stats - It's running <span class="run_time">...</span></h3> <h3 class="mt-2">HeroUnion Stats - It's running <span class="run_time">...</span></h3>
<h4 class="mt-d5">Tasks Stats (Last <span class="cache_time">...</span>)</h4> <h4 class="mt-d5">Tasks Stats (Last <span class="cache_time">...</span>)</h4>
@ -122,10 +116,20 @@
<h4 class="mt-d5">JSON Data</h4> <h4 class="mt-d5">JSON Data</h4>
<pre><code id="herounion_stats">...</code></pre> <pre><code id="herounion_stats">...</code></pre>
<h3 class="mt-2">Covenant of the Alliance</h3>
<p class="mt-1">Please abide by the following conventions and stick to it for a better tomorrow for yourself and the whole society! </p>
<ul class="mt-d5">
<li>Comply with local/national laws and regulations</li>
<li>Information protected by law will not be crawled (for example: personal privacy data mobile phone number, ID number, etc.)</li>
<li>Data that requires login or VIP status to access will not be crawled</li>
<li>Data that is explicitly prohibited from being collected by the target website will not be crawled</li>
<li>The commercial core data of the target website is not crawled</li>
<li>Low concurrency, low frequency, does not affect the normal operation of the target website</li>
</ul>
<h3 class="mt-2">Bots</h3> <h3 class="mt-2">Bots</h3>
<dl class="mt-d5" id="herobots">...</dl> <dl class="mt-d5" id="herobots">...</dl>
<h3 class="mt-2">HeroUnion App</h3> <h3 class="mt-2">HeroUnion App</h3>
<ul class="mt-d5"> <ul class="mt-d5">
<li> <li>
@ -140,16 +144,11 @@
</li> </li>
</ul> </ul>
<h3 class="mt-2">Covenant of the Alliance</h3> <h3 class="mt-1">HeroUnion download</h3>
<p class="mt-1">Please abide by the following conventions and stick to it for a better tomorrow for yourself and the whole society! </p> <p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p>
<ul class="mt-d5">
<li>Comply with local/national laws and regulations</li> <h3 class="mt-1">HeroBot download</h3>
<li>Information protected by law will not be crawled (for example: personal privacy data mobile phone number, ID number, etc.)</li> <p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p>
<li>Data that requires login or VIP status to access will not be crawled</li>
<li>Data that is explicitly prohibited from being collected by the target website will not be crawled</li>
<li>The commercial core data of the target website is not crawled</li>
<li>Low concurrency, low frequency, does not affect the normal operation of the target website</li>
</ul>
<footer class="mt-4"> <footer class="mt-4">

44
public/index.html

@ -51,20 +51,10 @@
<a href="/en/" class="mx-d2">English</a> <a href="/en/" class="mx-d2">English</a>
</p> </p>
<h3 class="mt-1">HeroUnion源码下载</h3>
<p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p>
<h3 class="mt-1">HeroBot - Machete Hero源码下载</h3>
<p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p>
<h3 class="mt-2">HeroUnion联盟状态 - 已运行<span class="run_time">...</span></h3> <h3 class="mt-2">HeroUnion联盟状态 - 已运行<span class="run_time">...</span></h3>
<h4 class="mt-d5">任务状态(最近<span class="cache_time">...</span></h4> <h4 class="mt-d5">任务状态(最近<span class="cache_time">...</span></h4>
<div class="stats taskStatus"> <div class="stats taskStatus">
<span class="col">
<strong class="total">...</strong>
<label>总数</label>
</span>
<span class="col info"> <span class="col info">
<strong class="waiting">...</strong> <strong class="waiting">...</strong>
<label>等待中</label> <label>等待中</label>
@ -73,6 +63,11 @@
<strong class="running">...</strong> <strong class="running">...</strong>
<label>执行中</label> <label>执行中</label>
</span> </span>
<div>
<span class="col">
<strong class="total">...</strong>
<label>总数</label>
</span>
<span class="col success"> <span class="col success">
<strong class="done">...</strong> <strong class="done">...</strong>
<label>完成</label> <label>完成</label>
@ -82,6 +77,7 @@
<label>失败</label> <label>失败</label>
</span> </span>
</div> </div>
</div>
<h4 class="mt-d5">任务通知状态(最近<span class="cache_time">...</span></h4> <h4 class="mt-d5">任务通知状态(最近<span class="cache_time">...</span></h4>
<div class="stats taskNotifyStatus"> <div class="stats taskNotifyStatus">
@ -122,7 +118,18 @@
<h4 class="mt-d5">JSON数据</h4> <h4 class="mt-d5">JSON数据</h4>
<pre><code id="herounion_stats">...</code></pre> <pre><code id="herounion_stats">...</code></pre>
<h3 class="mt-2">爬虫列表</h3> <h3 class="mt-2">HeroUnion联盟公约</h3>
<p class="mt-1">请大家遵守以下公约,为自己、也为全社会有更好的明天一起坚持!</p>
<ul class="mt-d5">
<li>遵守本地/本国法律、法规</li>
<li>受法律保护的信息不爬(例如:个人隐私数据手机号码、身份证号码等等)</li>
<li>需要登录,或需要VIP身份才能访问的数据不爬</li>
<li>目标网站明确禁止采集的数据不爬</li>
<li>目标网站商业核心数据不爬</li>
<li>低并发,低频率,不影响目标网站正常运行</li>
</ul>
<h3 class="mt-2">Hero爬虫列表</h3>
<dl class="mt-d5" id="herobots"> <dl class="mt-d5" id="herobots">
<!-- <!--
<dt>爬虫 1 <small>空闲</small></dt> <dt>爬虫 1 <small>空闲</small></dt>
@ -147,16 +154,11 @@
</li> </li>
</ul> </ul>
<h3 class="mt-2">联盟公约</h3> <h3 class="mt-1">HeroUnion源码下载</h3>
<p class="mt-1">请大家遵守以下公约,为自己、也为全社会有更好的明天一起坚持!</p> <p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p>
<ul class="mt-d5">
<li>遵守本地/本国法律、法规</li> <h3 class="mt-1">HeroBot - Machete Hero源码下载</h3>
<li>受法律保护的信息不爬(例如:个人隐私数据手机号码、身份证号码等等)</li> <p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p>
<li>需要登录,或需要VIP身份才能访问的数据不爬</li>
<li>目标网站明确禁止采集的数据不爬</li>
<li>目标网站商业核心数据不爬</li>
<li>低并发,低频率,不影响目标网站正常运行</li>
</ul>
<footer class="mt-4"> <footer class="mt-4">

Loading…
Cancel
Save