feat:增加AList上传文件功能

This commit is contained in:
2026-02-02 22:55:20 +08:00
parent fcaef1409d
commit 3e83adf4f8
12 changed files with 378 additions and 7 deletions

View File

@@ -38,6 +38,13 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
<!-- Jave 2 视频处理库 -->
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-all-deps</artifactId>
<version>3.5.0</version>
</dependency>
</dependencies>
<build>