File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ Live2D来自于[stevenjoezhang/live2d-widget](https://github.com/stevenjoezhang/
94
94
- 修复赞助按钮点两次才出现的Bug
95
95
- 修复mermaid不显示的Bug
96
96
- 去掉正文部分的白色半透明背景
97
- - Ribbon彩带换成nest粒子动画(花里胡哨
97
+ - 动态背景增加nest粒子动画(花里胡哨,默认关闭
98
+ - Ribbon动态背景默认关闭,可在配置文件中去掉注释打开(花 里 胡 哨
98
99
- 博文显示信息增加tag
99
100
- 变迁页面增加tag、categories图标及对应分类文章数量
100
101
- 页面显示适应宽屏显示器
Original file line number Diff line number Diff line change @@ -123,19 +123,19 @@ script: # 需要在正文前调用的脚本或者插件的autoloader
123
123
# value: "-1" # 透明度
124
124
# - key: src
125
125
# value: //cdn.jsdelivr.net/npm/ribbon.js/dist/ribbon.min.js # 彩带背景
126
- - var :
127
- - key : color
128
- value : " 0,0,0" # 线段颜色,RGB三色
129
- - key : pointColor
130
- value : " 0,0,0" # 端点颜色,RGB三色
131
- - key : opacity
132
- value : " 1" # 透明度
133
- - key : count
134
- value : " 31" # 粒子数量
135
- - key : zIndex
136
- value : " -1"
137
- - key : src
138
- value : //cdn.jsdelivr.net/npm/canvas-nest.js/dist/canvas-nest.js
126
+ # - var:
127
+ # - key: color
128
+ # value: "0,0,0" # 线段颜色,RGB三色
129
+ # - key: pointColor
130
+ # value: "0,0,0" # 端点颜色,RGB三色
131
+ # - key: opacity
132
+ # value: "1" # 透明度
133
+ # - key: count
134
+ # value: "31" # 粒子数量
135
+ # - key: zIndex
136
+ # value: "-1"
137
+ # - key: src
138
+ # value: //cdn.jsdelivr.net/npm/canvas-nest.js/dist/canvas-nest.js
139
139
- var :
140
140
- key : src
141
141
value : //cdn.jsdelivr.net/gh/stevenjoezhang/live2d-widget/autoload.js # live2d
You can’t perform that action at this time.
0 commit comments