Skip to content

Commit 65a36fe

Browse files
committed
release: 1.32.2
1 parent 8d50fa1 commit 65a36fe

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######## Stellar info ########
22
stellar:
3-
version: '1.32.1'
3+
version: '1.32.2'
44
homepage: 'https://xaoxuu.com/wiki/stellar/'
55
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
66
main_css: /css/main.css
@@ -533,7 +533,7 @@ plugins:
533533

534534
# https://scrollrevealjs.org/api/reveal.html
535535
scrollreveal:
536-
enable: true
536+
enable: #true # 慎用,有些时候打开页面空白
537537
js: https://gcore.jsdelivr.net/npm/scrollreveal@4.0/dist/scrollreveal.min.js
538538
distance: 8px
539539
duration: 500 # ms

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-stellar",
3-
"version": "1.32.1",
3+
"version": "1.32.2",
44
"description": "Elegant and powerful theme for Hexo.",
55
"main": "package.json",
66
"scripts": {

scripts/tags/lib/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = ctx => function(args, content) {
1414
var el = ''
1515
el += `<div class="tag-plugin banner">`
1616
// bg
17-
el += `<img class="bg" src="${args.bg ? args.bg : ctx.theme.config.default.banner}">`
17+
el += `<img class="lazy bg" data-src="${args.bg ? args.bg : ctx.theme.config.default.banner}">`
1818
// content
1919
el += `<div class="content">`
2020
// content.top

source/css/_components/widgets/markdown.styl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
.link
1212
background: var(--bg-a50)
1313
.link:hover
14-
background: var(--bg-a100)
14+
background: var(--bg-a100)
15+
16+
.l_right .widget-wrapper.markdown .linklist
17+
.link
18+
background: var(--block)
19+
.link:hover
20+
background: var(--theme-a20)

0 commit comments

Comments
 (0)