获取指标说明的能力

This commit is contained in:
2025-05-21 15:51:44 +08:00
parent 06c351a956
commit 1f329e3b2a
131 changed files with 4461 additions and 3126 deletions

29
pom.xml
View File

@@ -283,12 +283,31 @@
<artifactId>geoip2</artifactId>
<version>4.3.0</version>
</dependency>
<!-- IP 归属地,但是纯真 -->
<!-- GraalVM JS runtime -->
<dependency>
<groupId>net.cz88</groupId>
<artifactId>czdb-search</artifactId>
<version>1.0.2.7</version>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>24.2.1</version>
</dependency>
<!-- GraalVM JS engine 实现 -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>24.2.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.graalvm.js/js -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>24.2.1</version>
<type>pom</type>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.20.1</version>
</dependency>
</dependencies>