0 Star 2 Fork 2

nessan1987/NDD-HexConverter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Version.h 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
nessan1987 提交于 2023-06-09 23:48 . V1.0.4
#ifndef HEX_COVERTER_VERSION_H
#define HEX_COVERTER_VERSION_H
#define PLUGIN_VERSION_MAJOR 1
#define PLUGIN_VERSION_MINOR 0
#define PLUGIN_VERSION_PATCH 4
#define PLUGIN_AUTHOR "nessan"
#define PLUGIN_AUTHOR_EMAIL "nessan@163.com"
#define PLUGIN_NAME "Converter"
#define PLUGIN_VERSION_STR "1.0.4"
#define PLUGIN_WEBSITE "https://gitee.com/nessan1987/hexconverter/releases"
#define PLUGIN_SHORTCUT_TOHEX "alt+shift+h"
#define PLUGIN_SHORTCUT_TOASCII "alt+shift+a"
#define PLUGIN_SHORTCUT_CONFIG "alt+shift+c"
#define PLUGIN_SHORTCUT_CVTPANNAL "alt+shift+p"
#define PLUGIN_SHORTCUT_SAVEAS "alt+shift+s"
#endif // HEX_COVERTER_VERSION_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/nessan1987/hexconverter.git
git@gitee.com:nessan1987/hexconverter.git
nessan1987
hexconverter
NDD-HexConverter
master

搜索帮助