From 518bf16082193d317c342cfd05dcbeb5c4dcf26d Mon Sep 17 00:00:00 2001 From: wsdtl Date: Tue, 27 Jun 2023 10:04:07 +0800 Subject: [PATCH] :beers: publish bot web_bot (#2129) --- website/static/bots.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/static/bots.json b/website/static/bots.json index 4448e5f0..1f8e8d19 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -535,5 +535,18 @@ } ], "is_official": false + }, + { + "name": "web_bot", + "desc": "把机器人搬到网络上", + "author": "wsdtl", + "homepage": "https://github.com/wsdtl/web_bot", + "tags": [ + { + "label": "xiaonan", + "color": "#775151" + } + ], + "is_official": false } ]