1 parent e81fc99 commit b7ab411Copy full SHA for b7ab411
1 file changed
frontend/src/App.svelte
@@ -31,9 +31,11 @@
31
32
<Form bind:comments bind:count />
33
34
+
35
+{#if count}
36
<div class="comment-header">
37
<p>
- <strong>{#if count}<span>{count}</span>{/if}评论</strong>
38
+ <strong><span>{count}</span>评论</strong>
39
</p>
40
<p class="comment-pagination">
41
{#if currentPage !== 1}
@@ -44,6 +46,7 @@
44
46
{/if}
45
47
48
</div>
49
+{/if}
50
51
{#await promise}
52
<p>🍵 评论加载中……</p>
0 commit comments