mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 18:40:53 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-butterfly",
|
"name": "hexo-theme-butterfly",
|
||||||
"version": "2.3.5",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.10.0"
|
"node": ">=8.10.0"
|
||||||
|
|||||||
2
source/js/third-party/canvas-ribbon.js
vendored
2
source/js/third-party/canvas-ribbon.js
vendored
@@ -15,7 +15,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
config = {
|
var config = {
|
||||||
z: attr(script, "zIndex", -1), // z-index
|
z: attr(script, "zIndex", -1), // z-index
|
||||||
a: attr(script, "alpha", 0.6), // alpha
|
a: attr(script, "alpha", 0.6), // alpha
|
||||||
s: attr(script, "size", 90), // size
|
s: attr(script, "size", 90), // size
|
||||||
|
|||||||
Reference in New Issue
Block a user