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.
 
 

15 lines
388 B

package com.fr.plugin.decision;
import com.fr.web.struct.Component;
import com.fr.web.struct.category.ScriptPath;
/**
* created by ezreal 2020/1/9
*/
public class HWComponent extends Component {
public static HWComponent KEY = new HWComponent();
@Override
public ScriptPath script() {
return ScriptPath.build("/com/fr/plugin/hw/decision/js/hw.option.js");
}
}