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; +--- + +
+

评论

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