publish 0.9.5

This commit is contained in:
曾文豪
2023-03-31 16:12:44 +08:00
parent da69124968
commit 68781d4685
15 changed files with 38 additions and 24 deletions

View File

@@ -29,4 +29,11 @@ public interface TieshengMessageSender {
*/
String getChannel();
/**
* 是否支持
*
* @return
*/
boolean support();
}