package com.fanruan.fs.s3.repository.web; import com.fr.web.struct.Component; import com.fr.web.struct.browser.RequestClient; import com.fr.web.struct.category.ScriptPath; /** * @author richie * @version 10.0 * Created by richie on 2020/6/15 */ public class S3FileServerComponent extends Component { public static S3FileServerComponent KEY = new S3FileServerComponent(); private S3FileServerComponent() { } @Override public ScriptPath script(RequestClient req) { return ScriptPath.build("com/fanruan/fs/s3/repository/web/js/bundle.js"); } }