This commit is contained in:
xaoxuu 2022-10-31 12:17:12 +08:00
parent f836163bf8
commit 893739c001
3 changed files with 3 additions and 2 deletions

View File

@ -212,6 +212,7 @@ tag_plugins:
qq: https://fastly.jsdelivr.net/gh/cdn-x/emoji/qq/%s.gif
aru: https://fastly.jsdelivr.net/gh/cdn-x/emoji/aru-l/%s.gif
tieba: https://fastly.jsdelivr.net/gh/cdn-x/emoji/tieba/%s.png
blobcat: https://gcore.jsdelivr.net/gh/norevi/waline-blobcatemojis@1.0/blobs/%s.png
# {% image %}
image:
fancybox: # true, false

View File

@ -1,6 +1,6 @@
pre:not([class]):has(>code)
display: block
padding: 1rem
overflow: scroll
overflow: auto
code
padding: 0

View File

@ -59,7 +59,7 @@ const FCircle = {
cell += '<img src="' + (item.avatar || cfg.avatar) + '" onerror="javascript:this.src=\'' + cfg.avatar + '\';">';
cell += '<span>' + item.author + '</span>';
cell += '</div>';
cell += '<p>' + item.updated + '</p>';
cell += '<p>' + item.created + '</p>';
cell += '</div>';
cell += '<a class="body" href="' + item.link + '" target="_blank" rel="external nofollow noopener noreferrer">';
cell += item.title;