From 66dbdc2fae657b3982c214ba94d02072602c3fe1 Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 15 Jun 2025 16:27:21 +0800 Subject: [PATCH] add template index.html for i18n --- .gitignore | 4 +- public/template/index.html | 274 +++++++++++++++++++++++++++++++++++++ 2 files changed, 277 insertions(+), 1 deletion(-) create mode 100644 public/template/index.html diff --git a/.gitignore b/.gitignore index 351fe6b..8c82aba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ package-lock.json node_modules/ tmp/ log/tasks.log -log/test.log \ No newline at end of file +log/test.log +.DS_Store +conf/my_config.json diff --git a/public/template/index.html b/public/template/index.html new file mode 100644 index 0000000..390fe1e --- /dev/null +++ b/public/template/index.html @@ -0,0 +1,274 @@ + + + + + + + {HeroUnion - Open source web crawler union.} + + + + + +

{HeroUnion - Open source web crawler union}

+ +
+
+ + +
+ +

{HeroUnion Stats} {It's running} ...

+ +

{Tasks Stats} ({Last} ...)

+
+ + ... + + + + ... + + +
+ + ... + + + + ... + + + + ... + + +
+
+ +

{Notify Stats} ({Last} ...)

+
+ + ... + + + + ... + + + + ... + + +
+ +

{Bot Stats}

+
+ + ... + + + + ... + + + + ... + + + + ... + + +
+ +

{JSON Data}

+
...
+ +

{Covenant of the Alliance}

+

{Please abide by the following conventions and stick to it for a better tomorrow for yourself and the whole society!}

+ + +

{Bots}

+
...
+ +

{HeroUnion App}

+ + +

{HeroUnion download}

+

https://github.com/filesite-io/herounion

+ +

{HeroBot download}

+

https://github.com/filesite-io/machete_hero

+ + + + + + + + \ No newline at end of file