0.1.0 • Published 1 year ago

koishi-plugin-furry-encode-decode v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

koishi-plugin-furry-encode-decode

npm

基于 Node.js 版本的“兽音加密”。这个插件可以将普通文本转换为兽音加密文本,也可以将兽音加密文本还原为原始文本。

安装

koishi插件市场安装furry-encode-decode

功能介绍

  1. 文本加密:将普通文本转换为加密文本。
     furry-encode <text>
  2. 文本解密:将加密文本还原为普通文本。
     furry-decode <text>

注意事项

  • 请确保输入的文本不含有敏感或不当内容。

贡献