From 9f820dd46356e72653dd62df6f77349bed80b66b Mon Sep 17 00:00:00 2001 From: lonesafe <85195433@qq.com> Date: Fri, 27 Dec 2024 17:37:38 +0800 Subject: [PATCH 1/2] Update InstanceList.vue --- .vitepress/theme/components/InstanceList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vitepress/theme/components/InstanceList.vue b/.vitepress/theme/components/InstanceList.vue index c5be6b453..9c9765e9e 100644 --- a/.vitepress/theme/components/InstanceList.vue +++ b/.vitepress/theme/components/InstanceList.vue @@ -112,6 +112,11 @@ const instances = [{ location: 'KR', maintainer: 'isRSS', maintainerUrl: 'https://isrss.com', + }, { + url: 'https://rsshub.thzu.xyz', + location: '🇭🇰', + maintainer: 'thzu', + maintainerUrl: 'https://thzu.xyz', } ] From a68f211ef4b97d3e2a83a98c55de887e7c8d5ab1 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 30 Dec 2024 04:44:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Update=20location=20from=20'KR'=20to=20'?= =?UTF-8?q?=F0=9F=87=B0=F0=9F=87=B7'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/components/InstanceList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/theme/components/InstanceList.vue b/.vitepress/theme/components/InstanceList.vue index 9c9765e9e..9a4317136 100644 --- a/.vitepress/theme/components/InstanceList.vue +++ b/.vitepress/theme/components/InstanceList.vue @@ -109,7 +109,7 @@ const instances = [{ maintainerUrl: 'https://umzzz.com', }, { url: 'https://rsshub.isrss.com', - location: 'KR', + location: '🇰🇷', maintainer: 'isRSS', maintainerUrl: 'https://isrss.com', }, {