From b02b59ea37eb78de3b6327e09fa1a4b834852b56 Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Fri, 13 Sep 2024 17:43:22 +0800 Subject: [PATCH] [skip ci] docs: Update jshelp.md ref: https://github.com/gedoor/legado/pull/4193 --- app/src/main/assets/web/help/md/jsHelp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/assets/web/help/md/jsHelp.md b/app/src/main/assets/web/help/md/jsHelp.md index 5bdff919b..42e616454 100644 --- a/app/src/main/assets/web/help/md/jsHelp.md +++ b/app/src/main/assets/web/help/md/jsHelp.md @@ -140,7 +140,7 @@ java.webViewGetSource(html: String?, url: String?, js: String?, sourceRegex: Str java.startBrowser(url: String, title: String) * 使用内置浏览器打开链接,并等待网页结果 .body()获取网页内容 -java.startBrowserAwait(url: String, title: String): StrResponse +java.startBrowserAwait(url: String, title: String, refetchAfterSuccess: Boolean? = true): StrResponse ``` * 调试 ```js