文件名称:parenthesis-balancer:一个电报机器人来平衡世界上的括号
文件大小:78KB
文件格式:ZIP
更新时间:2024-08-23 04:47:07
JavaScript
括号平衡器
从那些打破左括号和右括号之间微妙平衡的人手中拯救世界。
它看起来如何?
部署
mv constants.example.js constants.js; mv wrangler.example.toml wrangler.toml mv constants.example.js constants.js; mv wrangler.example.toml wrangler.toml ,修改这两个文件的内容。
wrangler publish ,如果需要请登录。
设置 webhook: curl 'https://api.telegram.org/bot
【文件预览】:
parenthesis-balancer-master
----.eslintrc.json(368B)
----yarn.lock(95KB)
----webpack.config.js(380B)
----src()
--------sender.js(443B)
--------balancer.js(5KB)
--------handler.js(2KB)
--------util.js(356B)
--------index.js(171B)
----wrangler.example.toml(190B)
----LICENSE(1KB)
----assets()
--------avatar.svg(2KB)
--------example.png(33KB)
----test()
--------balancer.test.js(2KB)
--------worker.test.js(2KB)
----README.md(920B)
----constants.example.js(183B)
----.gitignore(76B)
----package.json(644B)