欢迎使用 LumoBot!本文档将帮助您快速上手并充分利用 LumoBot 的强大功能。
LumoBot 是一款智能自动化工具,支持多平台运行,具有自动更新、版本管理等强大功能。
chmod +x lumobot
./lumobot
sudo mv lumobot /usr/local/bin/
LumoBot 支持通过配置文件或命令行参数进行配置。配置文件位于:
%APPDATA%\LumoBot\config.json
~/Library/Application Support/LumoBot/config.json
~/.config/lumobot/config.json
{
"server_url": "https://api.lumobot.com",
"auto_update": true,
"check_interval": 3600,
"download_path": "./downloads",
"log_level": "info"
}
GET /api/version/latest
curl -X GET "https://api.lumobot.com/api/version/latest?platform=windows&architecture=amd64"
GET /api/version/check
curl -X GET "https://api.lumobot.com/api/version/check?current_version=1.0.0&platform=windows"
GET /api/version/download/:version
curl -X GET "https://api.lumobot.com/api/version/download/1.0.1?platform=windows&architecture=amd64"
lumobot --version
lumobot --check-update
lumobot --update
在配置文件中设置 "auto_update": false
或使用命令行参数 --no-auto-update
。
请检查网络连接,确保有足够的磁盘空间,或尝试手动下载最新版本进行安装。
目前支持 Windows 10/11、macOS 10.15+ 和主流 Linux 发行版。