From bdd93c8ab9ca9b113f909814711bcada53dbd69c Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Dec 2023 03:09:06 +0800 Subject: [PATCH 1/2] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2a05425..8399d91 100644 --- a/Home.md +++ b/Home.md @@ -51,4 +51,5 @@ https://github.com/louislam/uptime-kuma-wiki * (2023-02-26) `
30,063
32,606,170
` * (2023-05-11) ⭐33132,🐳34513470 * (2023-10-09) ⭐39263,🐳44805032 -* (2023-11-03) ⭐40093,🐳47255050 \ No newline at end of file +* (2023-11-03) ⭐40093,🐳47255050 +* (2023-12-05) ⭐42,297 🐳51,241,294 \ No newline at end of file From 500ed541b6c5d1582bcb9a66d71af5baf0752c84 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 10 Dec 2023 21:08:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 64862bc..d1c2a3d 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.8 --force +git checkout 1.23.9 --force # Install dependencies and prebuilt npm install --production