1.1.1 • Published 4 years ago

@zenghr/vuepress-plugin-encrypt v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vuepress 文章加密组件

config.js

[
  '@zenghr/encrypt',
  {
    contentTitle: '加密的内容',
    unencryptedText: '内容如下所示,它应该在发布时加密.',
    encryptedText: '这部分内容已被加密,你需要输入正确的密钥才能查看.',
    decryptedText: '加密内容已成功解密,如下所示: ',
    decryptButtonText: '解密',
    decryptFailText: '解密失败!',
    unencryptedIcon: undefined,
    encryptedIcon: undefined,
    decryptedIcon: undefined
  }
]
1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago