JSD-8210开源任务材料
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.
 
 

17 lines
395 B

package com.fr.plugin.xxx.report;
import com.fr.stable.fun.impl.AbstractCssFileHandler;
/**
* @author 秃破天际
* @version 10.0
* Created by 秃破天际 on 2020-04-03
**/
public class CSSImporter extends AbstractCssFileHandler {
@Override
public String[] pathsForFiles() {
return new String[]{
"/com/fr/plugin/deqing/report/main.css"
};
}
}