gitbook-plugin-lock
Advanced tools
Comparing version 0.0.79 to 0.0.80
@@ -80,5 +80,7 @@ require(['gitbook', 'jQuery'], function(gitbook, $) { | ||
articleHeightPercent = config.lock.articleHeightPercent || 0.5; | ||
console.log(articleHeightPercent,"看看高度") | ||
if (articleHeightPercent >= 1 || articleHeightPercent <= 0) { | ||
articleHeightPercent = 0.5 | ||
} | ||
console.log(articleHeightPercent,"看看高度2") | ||
@@ -85,0 +87,0 @@ const rand = Math.floor(Math.random() * verificationCode.length) |
{ | ||
"name": "gitbook-plugin-lock", | ||
"version": "0.0.79", | ||
"version": "0.0.80", | ||
"description": "Gitbook 页面加锁", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8282
129