API
# API Purpose
We warmly welcome integration with this plugin to develop more add-ons. If you need additional APIs, please contact me to add them.
# 1. Import API Dependency
<repository>
<id>handy-repository-releases</id>
<name>handy-repository</name>
<url>https://nexus.handyplus.cn/releases</url>
</repository>
<dependency>
<groupId>cn.handyplus.deep.seek</groupId>
<artifactId>DeepSeek</artifactId>
<version>1.0.7</version>
<scope>provided</scope>
</dependency>