基于go-gin框架
此分支使用了chromedp
必须安装Chrome
当前分支使用了go:embed内嵌资源文件实现打包到一个二进制中,旧的压缩打包方式请访问分支:zi-pack
- 生成激活key
- 获取
xshell
、xftp
、xmanager
下载链接 - 格式化NGNIX配置
- 获取Navicat下载地址
到releases下载解压并运行
# Windows
# 双击tool-gin-windows.exe根据默认端口8000运行
# 或者在cmd、power shell中
tool-gin-windows.exe
# Linux
nohup ./tool-gin_linux_amd64 -p 5000 >/dev/null 2>&1 &