New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

docsify-beian

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-beian

Chinese beian plugin for docsify

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

docsify-beian


docsify-beian

jsdelivr

docsify之备案插件 docsify plugin for Chinese Beian

Usage

添加依赖 Add script

<script src="https://cdn.jsdelivr.net/npm/docsify-beian@latest/dist/beian.min.js"></script>

添加配置 Add settings

window.$docsify = {
  beian: {
        ICP: "",
        NISMSP: {
            number: "",
            url: "",
            id: ""
        },
    },
}
属性名称属性解释默认值
ICP工信部ICP备案号""
NISMSP全国互联网安全管理服务平台备案(公安部备案){}
NISMSP.number公安部备案号(没有留空)""
NISMSP.url公安部备案链接(没有留空)""
NISMSP.id公安部备案号的数字部分(没有留空,优先级比NISMSP.url更高,用于生成跳转链接)""

现在公安部备案url的格式为 http://www.beian.gov.cn/portal/registerSystemInfo?recordcode= 加上你的备案号的数字部分

Keywords

beian

FAQs

Package last updated on 20 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts