fix: 修复增加 FAQ 报错的 bug

This commit is contained in:
2026-06-14 16:09:07 +08:00
parent 55434466d4
commit 3bd346ea77
3 changed files with 126 additions and 20 deletions

View File

@@ -21,6 +21,11 @@
<groupId>com.easyagents</groupId>
<artifactId>easy-agents-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>