PiZhai

Results 2 issues of PiZhai

``` @SneakyThrows public static void test(String htmlPath) { //自动下载,第一次下载后不会再下载 // BrowserFetcher.downloadIfNotExist("1360176"); // BrowserFetcher.downloadIfNotExist("1358622"); ArrayList arrayList = new ArrayList(); //生成pdf必须在无厘头模式下才能生效 // LaunchOptions options = new LaunchOptionsBuilder().withExecutablePath("/usr/local/chrome-linux64/chrome").withArgs(arrayList).withHeadless(true).build(); LaunchOptions options = new LaunchOptionsBuilder()...

好像docker版本很落后了