From e24be6ef29072211ee9134fafee8cecc54b55a4f Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Sun, 9 Aug 2026 16:21:18 +0800 Subject: [PATCH 1/4] Add 'Thanks' section to README Added a 'Thanks' section with community links. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0a69afa..6b076df 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,11 @@ go test ./... cd web && npm run build ``` +## Thanks +- [Nodeseek.com](https://www.nodeseek.com) — A community dedicated to servers +- [Linux.do](https://linux.do) — An inspiring tech community + + ## License See [LICENSE](LICENSE). From 147721f237d05924f9e354fb408ec3cbf00bc299 Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Sun, 9 Aug 2026 16:25:14 +0800 Subject: [PATCH 2/4] Update thanks section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b076df..f4caa08 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ cd web && npm run build ## Thanks - [Nodeseek.com](https://www.nodeseek.com) — A community dedicated to servers - [Linux.do](https://linux.do) — An inspiring tech community - +- [iniwex5](https://github.com/iniwex5) - Style and Functionality Guidelines ## License From d7a9fc9774c256de41c6e70a8d36069d5809b659 Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Sun, 9 Aug 2026 16:38:05 +0800 Subject: [PATCH 3/4] Add group and channel information Added group and channel links to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4caa08..fe653ac 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,10 @@ go test ./... cd web && npm run build ``` +# Group / Channel +Group : [https://t.me/+kzQb1Gk9XRkzZWRk](https://t.me/+kzQb1Gk9XRkzZWRk) +Channel:[https://t.me/vocat_channel](https://t.me/vocat_channel) + ## Thanks - [Nodeseek.com](https://www.nodeseek.com) — A community dedicated to servers - [Linux.do](https://linux.do) — An inspiring tech community From 03c8a2ceae9ec0d083843d27d7a2629054e04935 Mon Sep 17 00:00:00 2001 From: Meng Meng Date: Sun, 9 Aug 2026 16:38:56 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index fe653ac..f4caa08 100644 --- a/README.md +++ b/README.md @@ -295,10 +295,6 @@ go test ./... cd web && npm run build ``` -# Group / Channel -Group : [https://t.me/+kzQb1Gk9XRkzZWRk](https://t.me/+kzQb1Gk9XRkzZWRk) -Channel:[https://t.me/vocat_channel](https://t.me/vocat_channel) - ## Thanks - [Nodeseek.com](https://www.nodeseek.com) — A community dedicated to servers - [Linux.do](https://linux.do) — An inspiring tech community