update:优化时间显示 (#1139)

This commit is contained in:
hrz
2025-05-07 23:21:47 +08:00
committed by GitHub
parent 92227098b7
commit e6d63a811e
3 changed files with 5 additions and 3 deletions
@@ -177,5 +177,5 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.3.14";
public static final String VERSION = "0.4.1";
}