Update plist.html

This commit is contained in:
glossimute 2025-05-19 13:06:29 +09:00
parent c15ec60382
commit 4798e2c358
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<path class="svgTop{{ postListJson[num]['top'] }}" d=""></path> <path class="svgTop{{ postListJson[num]['top'] }}" d=""></path>
</svg> </svg>
<a class="listTitle" href="{{ postListJson[num]['postUrl']|e }}">{{ postListJson[num]['postTitle']|e }}</a> <a class="listTitle" href="{{ postListJson[num]['postUrl']|e }}">{{ postListJson[num]['postTitle']|e }}</a>
<button class="copy-btn" data-url="{{ blogBase['homeUrl'] }}{{ postListJson[num]['postUrl'] }}" title="复制文章链接">📋</button> <button class="copy-btn" data-url="{{ blogBase['homeUrl'] }}{{ postListJson[num]['postUrl'] }}" title="copy link">copy link</button>
</div> </div>
<div class="listLabels"> <div class="listLabels">
{% if postListJson[num]['commentNum']>0 %} {% if postListJson[num]['commentNum']>0 %}