We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca23f1 commit fc8e93eCopy full SHA for fc8e93e
plugins.json
@@ -1,4 +1,15 @@
1
{
2
+ "astrbot-plugin-Network-Connectivity-Check": {
3
+ "display_name": "网络连接监测",
4
+ "desc": "定时监测网络连接状态,支持 HTTP/Ping/TCP 多种检测方式,可用于代理连通性、服务可用性监测。",
5
+ "author": "Fold",
6
+ "repo": "https://github.com/FFFold/astrbot_plugin_Network_Connectivity_Check",
7
+ "tags": [
8
+ "代理",
9
+ "网络",
10
+ "检测"
11
+ ]
12
+ },
13
"astrbot-plugin-regex-blocker": {
14
"display_name": "正则消息屏蔽器",
15
"desc": "通过正则表达式匹配屏蔽用户发送给 LLM 的消息",
0 commit comments