@ -0,0 +1 @@
Subproject commit df5524b5dba1caf65b0fba5c50c48fd10a162194
Subproject commit 29a6ca235dba058058f8a2780ee145601d6edb90
@ -4,6 +4,12 @@ import com.fr.start.Designer;
public class Leaner extends Designer {
static {
// 这段代码让插件能支持远程设计的时候的调试
String workDir = System.getProperty("user.dir");
System.setProperty("fine.plugin.home", workDir + "/webroot/WEB-INF/plugins");
}
public Leaner(String[] strings) {
super(strings);