添加保活信息;添加tg机器人,推送关键事件;

This commit is contained in:
chuzhongzai
2023-09-02 15:19:29 +08:00
parent 009f8bfa76
commit 32d98b3d84
16 changed files with 138 additions and 40 deletions
+6
View File
@@ -106,6 +106,12 @@
<artifactId>netty-all</artifactId>
<version>4.1.86.Final</version>
</dependency>
<dependency>
<groupId>com.github.pengrad</groupId>
<artifactId>java-telegram-bot-api</artifactId>
<version>6.7.0</version>
</dependency>
</dependencies>
<build>