From a55787e0dcf55523c12d46c2d7d893551a83ce88 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Mon, 15 Jun 2026 23:16:57 +0800 Subject: [PATCH] Create TwikooComments.astro --- src/components/TwikooComments.astro | 245 ++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 src/components/TwikooComments.astro diff --git a/src/components/TwikooComments.astro b/src/components/TwikooComments.astro new file mode 100644 index 0000000..5d479c1 --- /dev/null +++ b/src/components/TwikooComments.astro @@ -0,0 +1,245 @@ +--- +interface Props { + envId: string; + path?: string; +} + +const { envId, path } = Astro.props; +--- + +
+

评论

+
+
+
+ 正在加载评论... +
+
+
+ + + + + + + +