一只可爱的 Telegram
机器人
你可以使用 /code
、 /lint
来生成代码截图, 使用 /fix
修复代码中的语法错误, 使用 /run
来运行脚本
推荐发送代码时前后使用反引号 ` 进行包裹
npm install
npm start
config.json
{
"token": "xxxxxxxxx", // 机器人 Token
"agent": "http://127.0.0.1:8081" // 代理服务器, 可选
}
一只可爱的 Telegram
机器人
你可以使用 /code
、 /lint
来生成代码截图, 使用 /fix
修复代码中的语法错误, 使用 /run
来运行脚本
推荐发送代码时前后使用反引号 ` 进行包裹
npm install
npm start
config.json
{
"token": "xxxxxxxxx", // 机器人 Token
"agent": "http://127.0.0.1:8081" // 代理服务器, 可选
}