JSD-8582 预设浏览器支持linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
323 B

package com.fr.plugin.customexplorer;
import com.fr.stable.fun.impl.AbstractLocaleFinder;
/**
* @author fr.open
* @create 2019/9/29
*/
public class ExplorerSettingLocaleFinder extends AbstractLocaleFinder {
@Override
public String find() {
return "com/fr/plugin/customexplorer/local/explorer";
}
}