ifx
Helius
2022-07-07 d239025804025875f23cda0954d12e29591ada68
src/main/java/com/xcong/farmer/cms/core/template/Configuration.java
@@ -20,6 +20,7 @@
        Configuration.templatePath = templatePath;
        Configuration.outputPath = outputPath;
        Configuration.BASE_URL = baseUrl;
        Configuration.STATIC_URL = staticUrl;
    }
    public static Map<String, String> templateCode = new HashMap<>();