mirror of
https://e.coding.net/circlecloud/MiaoBoard.git
synced 2024-11-22 01:49:05 +00:00
fix: 调整字符串限制
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
862c752d5f
commit
aab4867ee9
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>pw.yumc</groupId>
|
<groupId>pw.yumc</groupId>
|
||||||
<artifactId>MiaoBoard</artifactId>
|
<artifactId>MiaoBoard</artifactId>
|
||||||
<version>1.4.2</version>
|
<version>1.4.3</version>
|
||||||
<name>MiaoBoard</name>
|
<name>MiaoBoard</name>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.name}</finalName>
|
<finalName>${project.name}</finalName>
|
||||||
|
@ -20,7 +20,7 @@ public class Replace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static String s(final String text) {
|
private static String s(final String text) {
|
||||||
return StrKit.substring(text, 0, 40);
|
return StrKit.substring(text, 0, 38);
|
||||||
}
|
}
|
||||||
|
|
||||||
static class SimpleRelpace {
|
static class SimpleRelpace {
|
||||||
|
Loading…
Reference in New Issue
Block a user