gitbook-plugin-local-pagefooter
Advanced tools
Comparing version 0.0.1 to 1.0.1
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "webkong", |
@@ -6,8 +6,26 @@ # gitbook-plugin-local-pagefooter | ||
* 插件配置 | ||
### 安装 | ||
``` | ||
npm install gitbook-plugin-local-pagefooter | ||
或这在book.json配置好之后 | ||
gitbook install | ||
``` | ||
### 使用 | ||
``` | ||
"plugins":{ | ||
"local-pagefooter", | ||
} | ||
``` | ||
### 插件配置 | ||
```javascript | ||
"local-pagefooter": { | ||
"copyright":"© someone", | ||
"islocal" : true, | ||
"islocal" : true, //是否使用本地时间还是utc时间 | ||
"modify_label": "该文件修订时间:", | ||
@@ -14,0 +32,0 @@ "modify_format": "YYYY-MM-DD HH:mm:ss" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14323
0
36