Releases: scriptscat/cloudcat
Releases · scriptscat/cloudcat
v0.2.0-alpha
重构后的第一个版本
安装
linux
curl -sSL https://github.com/scriptscat/cloudcat/raw/main/deploy/install.sh | sudo bash -s -- --prerelease
使用
# 查看帮助
ccatctl -h
# 安装脚本
ccatctl install -f example/bing\ check-in.js
# 查看脚本列表
ccatctl get script
# 导入cookie/value(storage name)
ccatctl import cookie 6a0bd33 example/cookie.json
# 运行脚本(脚本id)
ccatctl run 6a0bd33