mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-08 16:11:56 +00:00
18 lines
824 B
Plaintext
18 lines
824 B
Plaintext
|
|
<p class="text-xs uppercase text-muted-foreground">comment</p>
|
|
<h3 class="text-xl font-semibold mb-3">留言 / 评论</h3>
|
|
<div id="tcomment" class="space-y-2">
|
|
<p class="text-sm text-muted-foreground">
|
|
如果暂时没有看到评论,请点击下方按钮重新加载。
|
|
</p>
|
|
<button
|
|
type="button"
|
|
class="inline-flex items-center justify-center rounded-md border border-input bg-background px-3 py-1.5 text-sm font-medium shadow-sm transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
|
|
onclick="window.runTwikooComments && window.runTwikooComments()"
|
|
>
|
|
重新加载评论
|
|
</button>
|
|
</div>
|
|
|
|
<script is:inline src="/js/twikoo-loader.js" defer></script>
|