mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
[Feature] add for new
This commit is contained in:
@@ -477,3 +477,9 @@
|
|||||||
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||||
|:---|:-----|---------------------|:------------------|:--------------------|
|
|:---|:-----|---------------------|:------------------|:--------------------|
|
||||||
| 1 | O | 拆箱、装箱优化。优化数字。英文的格式化 | 2025-9-5 16:22:24 | 优化性能 |
|
| 1 | O | 拆箱、装箱优化。优化数字。英文的格式化 | 2025-9-5 16:22:24 | 优化性能 |
|
||||||
|
|
||||||
|
# release_0.29.3
|
||||||
|
|
||||||
|
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|
||||||
|
|:---|:-----|----------------|:------------------|:--------|
|
||||||
|
| 1 | O | opencc4j 简化繁简体 | 2025-9-6 16:22:24 | 优化性能+内存 |
|
||||||
29
pom.xml
29
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.github.houbb</groupId>
|
<groupId>com.github.houbb</groupId>
|
||||||
<artifactId>sensitive-word</artifactId>
|
<artifactId>sensitive-word</artifactId>
|
||||||
<version>0.29.3-SNAPSHOT</version>
|
<version>0.29.3</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!--============================== All Plugins START ==============================-->
|
<!--============================== All Plugins START ==============================-->
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<!--============================== INTER ==============================-->
|
<!--============================== INTER ==============================-->
|
||||||
<heaven.version>0.13.0</heaven.version>
|
<heaven.version>0.13.0</heaven.version>
|
||||||
<opencc4j.version>1.14.0-SNAPSHOT</opencc4j.version>
|
<opencc4j.version>1.14.0</opencc4j.version>
|
||||||
<sensitive-word-data.version>1.0.0</sensitive-word-data.version>
|
<sensitive-word-data.version>1.0.0</sensitive-word-data.version>
|
||||||
|
|
||||||
<!--============================== OTHER ==============================-->
|
<!--============================== OTHER ==============================-->
|
||||||
@@ -181,20 +181,14 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>${plugin.maven-javadoc-plugin.version}</version>
|
<version>${plugin.maven-javadoc-plugin.version}</version>
|
||||||
<configuration>
|
<executions>
|
||||||
<!-- 指定源码编码 -->
|
<execution>
|
||||||
<encoding>UTF-8</encoding>
|
<phase>package</phase>
|
||||||
<!-- 指定文档编码 -->
|
<goals>
|
||||||
<docencoding>UTF-8</docencoding>
|
<goal>jar</goal>
|
||||||
<!-- 输出 HTML 的 charset -->
|
</goals>
|
||||||
<charset>UTF-8</charset>
|
</execution>
|
||||||
<!-- 强制生成,不因警告/错误中断 -->
|
</executions>
|
||||||
<failOnError>false</failOnError>
|
|
||||||
<!-- 可以跳过 doclint -->
|
|
||||||
<additionalJOptions>
|
|
||||||
<additionalJOption>-Xdoclint:none</additionalJOption>
|
|
||||||
</additionalJOptions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
@@ -271,9 +265,6 @@
|
|||||||
<docencoding>UTF-8</docencoding>
|
<docencoding>UTF-8</docencoding>
|
||||||
<additionalJOptions>
|
<additionalJOptions>
|
||||||
<additionalJOption>-Xdoclint:none</additionalJOption>
|
<additionalJOption>-Xdoclint:none</additionalJOption>
|
||||||
<additionalJOption>-charset UTF-8</additionalJOption>
|
|
||||||
<additionalJOption>-encoding UTF-8</additionalJOption>
|
|
||||||
<additionalJOption>-docencoding UTF-8</additionalJOption>
|
|
||||||
</additionalJOptions>
|
</additionalJOptions>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user