update
This commit is contained in:
parent
f836163bf8
commit
893739c001
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pre:not([class]):has(>code)
|
||||
display: block
|
||||
padding: 1rem
|
||||
overflow: scroll
|
||||
overflow: auto
|
||||
code
|
||||
padding: 0
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue