whyclxw
2024-05-23 339e1009908a0549ae3f5869a7a109cfe9540807
跨域
1个文件已修改
6 ■■■■ 已修改文件
src/main/java/com/whyc/constant/YamlProperties.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/constant/YamlProperties.java
@@ -67,12 +67,12 @@
        YamlProperties.systemType = systemType;
    }
    @Value("${custom.face.threshold}")
    /* @Value("${custom.face.threshold}")
    private void setFaceThreshold(Float faceThreshold) {
        YamlProperties.faceThreshold = faceThreshold;
    }
    @Value("${custom.message.switch}")
   @Value("${custom.message.switch}")
    private void setMessageSwitch(String messageSwitch) {
        YamlProperties.messageSwitch = messageSwitch;
    }
@@ -141,7 +141,7 @@
    public void setFaceType(Integer faceType) {
        YamlProperties.faceType = faceType;
    }
*/
    @Value("${custom.fontDynamicCode}")
    public void setFontDynamicCodeSwitch(String fontDynamicCodeSwitch) {
        YamlProperties.fontDynamicCodeSwitch = fontDynamicCodeSwitch;