1
0

feat: 建立批处理也能输出图表的套路

This commit is contained in:
2025-10-30 17:48:30 +08:00
parent 83574e1229
commit 53a6d33fd5
4 changed files with 233 additions and 292 deletions

View File

@@ -34,6 +34,15 @@
<artifactId>commonmark-ext-gfm-tables</artifactId>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-extra</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>