perf(X-Pack): 优化插件加载机制

This commit is contained in:
fit2cloud-chenyw
2024-06-18 19:05:49 +08:00
parent 341da167f4
commit 7b3aa92a33
9 changed files with 56 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ public class StaticResourceConstants {
public static String CUSTOM_MAP_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "geo";
public static String APPEARANCE_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "appearance";
public static String REPORT_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "report";
public static String PLUGIN_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "plugin";
public static String MAP_URL = "/map";
public static String GEO_URL = "/geo";