✨Feat: 实现消息卡片推送

This commit is contained in:
2025-10-12 20:58:20 +08:00
parent 1d7e6a9d6e
commit 8d37ea78cc
6 changed files with 103 additions and 1 deletions
+5
View File
@@ -32,6 +32,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>