koishi-plugin-codec-tools
v1.1.2
Published
编码&解码 URL/Base64/Unicode的 Koishi 插件
Maintainers
Readme
koishi-plugin-codec-tools
项目介绍 (Project Introduction)
中文
这是一个为 Koishi 聊天机器人框架开发的编解码工具插件。该插件具有以下特点:
- 支持 URL 编码/解码
- 支持 Base64 编码/解码
- 支持 Unicode 编码/解码
English
This is an encoding/decoding tool plugin developed for the Koishi chatbot framework. This plugin has the following features:
- Support for URL encoding/decoding
- Support for Base64 encoding/decoding
- Support for Unicode encoding/decoding
- Support for parsing QR code/barcode content from images
使用说明 (Usage)
中文
| 命令 (Command) | 功能说明 (Description) | | --- | --- | | url-encode <文本> | 对指定文本进行 URL 编码 | | url-decode <文本> | 对指定 URL 编码文本进行解码 | | base64-encode <文本> | 对指定文本进行 Base64 编码 | | base64-decode <文本> | 对指定 Base64 编码文本进行解码 | | unicode-encode <文本> | 对指定文本进行 Unicode 编码 | | unicode-decode <文本> | 对指定 Unicode 编码文本进行解码 |
English
| Command | Description | | --- | --- | | url-encode | Encode the specified text with URL encoding | | url-decode | Decode the specified URL-encoded text | | base64-encode | Encode the specified text with Base64 encoding | | base64-decode | Decode the specified Base64-encoded text | | unicode-encode | Encode the specified text with Unicode encoding | | unicode-decode | Decode the specified Unicode-encoded text |
项目贡献者 (Contributors)
| 贡献者 (Contributor) | 贡献内容 (Contribution) | | --- | --- | | Minecraft-1314 | 插件完整开发 (Complete plugin development) | | (欢迎提交 PR 加入贡献者列表) | (Welcome to submit PR to join the contributor list) |
许可协议 (License)
本项目采用 MIT 许可证,详情参见 LICENSE 文件。
This project is licensed under the MIT License, see the LICENSE file for details.
支持我们 (Support Us)
如果这个项目对您有帮助,欢迎点亮右上角的 Star ⭐ 支持我们,这将是对所有贡献者最大的鼓励!
If this project is helpful to you, please feel free to star it in the upper right corner ⭐ to support us, which will be the greatest encouragement to all contributors!
问题反馈 (Feedback)
如有问题或建议,可通过 Issues 提交反馈。
If you have any questions or suggestions, please submit feedback via Issues.
