From 954e8f0ce5fd1f9d051de71697139bcf01f3a109 Mon Sep 17 00:00:00 2001 From: mkaaad Date: Sat, 15 Aug 2026 02:27:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E9=A2=91=E9=81=93=E5=8F=B7=20CH-01?= =?UTF-8?q?/02=20=E5=9B=9E=E5=88=B0=E5=B7=A6=E5=8F=B3=E7=AE=AD=E5=A4=B4?= =?UTF-8?q?=E4=B8=AD=E9=97=B4=EF=BC=88=E5=9B=BA=E5=AE=9A=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=EF=BC=89=EF=BC=8C=E9=A2=91=E9=81=93=E5=90=8D=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=9C=A8=E5=8F=B3=E4=BE=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TvShell.astro | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/TvShell.astro b/src/components/TvShell.astro index 52e93b1..82e2e8c 100644 --- a/src/components/TvShell.astro +++ b/src/components/TvShell.astro @@ -23,6 +23,7 @@ const BASE = import.meta.env.BASE_URL.replace(/\/$/, '') + '/';
+ CH-01