gitbook-plugin-lock
Advanced tools
Comparing version 0.0.67 to 0.0.68
@@ -34,3 +34,3 @@ | ||
page(page){ | ||
console.log(page.content.search("%pageLock%"),"看看匹配情况") | ||
console.log(page.localStorage,"看看匹配情况",page) | ||
@@ -37,0 +37,0 @@ if (page.content.search("%pageLock%") === -1) { |
{ | ||
"name": "gitbook-plugin-lock", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "Gitbook 页面加锁", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16468