add 超星盘,360盘

This commit is contained in:
QAIU
2025-02-22 16:55:00 +08:00
parent fece2799e3
commit 01d59e3c1e
8 changed files with 182 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>
</properties>
<dependencies>

View File

@@ -149,7 +149,7 @@ public class CommonUtil {
try {
properties.load(CommonUtil.class.getClassLoader().getResourceAsStream("app.properties"));
if (!properties.isEmpty()) {
appVersion = properties.getProperty("app.version");
appVersion = properties.getProperty("app.version") + "build" + properties.getProperty("build");
}
} catch (IOException e) {
e.printStackTrace();

View File

@@ -1 +1,2 @@
app.version=${project.version}
build=${maven.build.timestamp}