From 3235be5d22a0e72f295376614e3a9507da3be922 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 12:02:44 +0800 Subject: [PATCH] Update TwikooComments.astro --- src/components/TwikooComments.astro | 99 +++++++++++++++-------------- 1 file changed, 51 insertions(+), 48 deletions(-) diff --git a/src/components/TwikooComments.astro b/src/components/TwikooComments.astro index c0c9278..06c990e 100644 --- a/src/components/TwikooComments.astro +++ b/src/components/TwikooComments.astro @@ -3,7 +3,6 @@ interface Props { envId: string; path?: string; } - const { envId, path } = Astro.props; --- @@ -14,76 +13,80 @@ const { envId, path } = Astro.props;