From d0ce501cf5a1940ebfa9566912b05a771bfb84f4 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Sat, 29 Jul 2023 14:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=93=88=E5=A7=86?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E4=B9=8B=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 4 ++++ data.json | 10 ++++++++++ js/api.js | 12 +++++++++++- tools/Hamud_Book | 1 + 4 files changed, 26 insertions(+), 1 deletion(-) create mode 160000 tools/Hamud_Book diff --git a/.gitmodules b/.gitmodules index 0debe27d..82e4018c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,7 @@ path = tools/Base64_converter url = https://github.com/rossy/base64.git branch = gh-pages +[submodule "tools/Hamud_Book"] + path = tools/Hamud_Book + url = https://github.com/Hamud-Lang/Hamud_Book.git + branch = gh-pages diff --git a/data.json b/data.json index d183b79c..e3fa9faa 100644 --- a/data.json +++ b/data.json @@ -19,6 +19,11 @@ "url":"https://Chat.pj568.eu.org/", "type":"568服务" }, + { + "name":"哈姆语言之书", + "url":"https://Hamud.pj568.eu.org/", + "type":"568服务" + }, { "name":"黑色全屏", "url":"/lib/tools/Black_screen/", @@ -109,6 +114,11 @@ "url":"/lib/tools/rust-course/", "type":"文档手册" }, + { + "name":"哈姆语言之书(镜像)", + "url":"/lib/tools/Hamud_Book/", + "type":"文档手册" + }, { "name":"锈书(镜像)", "url":"/lib/tools/rusty-book/", diff --git a/js/api.js b/js/api.js index 073f129d..c5b6e55d 100644 --- a/js/api.js +++ b/js/api.js @@ -21,6 +21,11 @@ var classify = [{ "url": "https://Chat.PJ568.eu.org/", "hot": 0, "img": "" + }, { + "name": "哈姆语言之书", + "url": "https://Hamud.PJ568.eu.org/", + "hot": 0, + "img": "" }, { "name": "本站后台管理页面", "url": "management", @@ -143,7 +148,12 @@ var classify = [{ }, { "name": "锈书(镜像)", "url": "/lib/tools/rusty-book/", - "hot": 1, + "hot": 0, + "img": "" + }, { + "name": "哈姆语言之书(镜像)", + "url": "/lib/tools/Hamud_Book/", + "hot": 0, "img": "" }] }, { diff --git a/tools/Hamud_Book b/tools/Hamud_Book new file mode 160000 index 00000000..2240f7a0 --- /dev/null +++ b/tools/Hamud_Book @@ -0,0 +1 @@ +Subproject commit 2240f7a071b0fd283d6c1086e0727a1fda6ec2d0