update 文档管理html 文本翻译改为腾讯云机器翻译服务器api,优化翻译逻辑,减少翻译量

This commit is contained in:
yyb
2025-08-12 17:09:06 +08:00
parent 95573662ff
commit 94899a4baa
8 changed files with 297 additions and 144 deletions

View File

@@ -155,6 +155,19 @@
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.1</version>
</dependency>
<!-- 版本在maven生效需要时间如获取不对应的版本可以调低版本号-->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-tmt</artifactId>
<version>3.1.1297</version>
</dependency>
</dependencies>