From d0818ccf48590c83f8eb52e4c5509f53de5199e7 Mon Sep 17 00:00:00 2001 From: lonesafe <85195433@qq.com> Date: Mon, 30 Dec 2024 04:46:50 +0800 Subject: [PATCH] docs: Update InstanceList.vue (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update InstanceList.vue * Update location from 'KR' to '🇰🇷' --- .vitepress/theme/components/InstanceList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vitepress/theme/components/InstanceList.vue b/.vitepress/theme/components/InstanceList.vue index c5be6b453..9a4317136 100644 --- a/.vitepress/theme/components/InstanceList.vue +++ b/.vitepress/theme/components/InstanceList.vue @@ -109,9 +109,14 @@ const instances = [{ maintainerUrl: 'https://umzzz.com', }, { url: 'https://rsshub.isrss.com', - location: 'KR', + location: '🇰🇷', maintainer: 'isRSS', maintainerUrl: 'https://isrss.com', + }, { + url: 'https://rsshub.thzu.xyz', + location: '🇭🇰', + maintainer: 'thzu', + maintainerUrl: 'https://thzu.xyz', } ]