Skip to content

Commit

Permalink
更新 plugin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored May 8, 2023
1 parent 8e4a12d commit f5f804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/setting/plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h5 class="modal-title" id="plugin_page_title"></h5>
style="background-image: url('../static/img/plugins/${plugin.icon}')"
>
</span>
${count ? `<span class="badge position-absolute" style="top: 10px; right: 10px;">${count}</span>` : ''}
${count ? `<span class="badge position-absolute" style="top: 10px; right: 10px;">${count.toLocaleString()}</span>` : ''}
</div>
<div class="card-body text-start">
<div class="card-title mb-1">${plugin.name}</div>
Expand Down

0 comments on commit f5f804e

Please sign in to comment.