[其他提交](dev): 修改文档跟一些没用的pom.xml

This commit is contained in:
song_jx 2023-05-25 22:07:48 +08:00
parent 7bf1fb63be
commit 42b93e7d1a
3 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# dict-trans
![logo](./doc/imgs/logo.png)
## 前言
简单的字典翻译组件

View File

@ -14,6 +14,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<dependencies>
@ -67,4 +68,18 @@
</dependencies>
<build>
<plugins>
<!-- 配置 maven-deploy-plugin似乎没效果 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- 配置忽略部署的模块 -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

BIN
doc/imgs/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB