Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-local-pagefooter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-local-pagefooter - npm Package Compare versions

Comparing version 0.0.1 to 1.0.1

2

package.json

@@ -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":"&copy someone",
"islocal" : true,
"islocal" : true, //是否使用本地时间还是utc时间
"modify_label": "该文件修订时间:",

@@ -14,0 +32,0 @@ "modify_format": "YYYY-MM-DD HH:mm:ss"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc