1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

改为中文界面

This commit is contained in:
carm 2021-11-23 04:16:59 +08:00
parent bacb0b1bed
commit a5189ff314
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
distribution: 'adopt'
- name: Generate docs
run: mvn javadoc:javadoc
run: mvn package -DskipTests
- name: Copy to Location
run: |

View File

@ -143,6 +143,7 @@
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<locale>zh_CN</locale>
<stylesheetfile>${project.basedir}/style/javadoc.css</stylesheetfile>
</configuration>
<executions>