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

@@ -63,6 +63,11 @@
<artifactId>hutool-http</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-extra</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>