From ed4c20cdd6bca8d6c851481324e9fa5dbd4d6804 Mon Sep 17 00:00:00 2001 From: hoothin Date: Sat, 11 Nov 2023 16:50:06 +0800 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4b946861d..353987e78 100644 --- a/src/index.js +++ b/src/index.js @@ -889,7 +889,7 @@ window.setLang = (_lang) => { param_t: 'The address of target link or image. %T: with encodeURIComponent', param_b: 'Target address without http. %B: with encodeURIComponent', param_n: 'Title or alt of target or title of current page', - param_i: 'Base64 of target image. If the target is not image, try to get the clipboard image.', + param_i: 'Base64 of target image. If the target is not image, will try to get the clipboard image.', param_sre: 'Replace keywords/url/src with regexp, like %sr.replace(/[^\\d]/g, "").replace(/(\\d)/g, "$1 ") means replace raw keywords to numbers and then join all numbers with space, support %s %sl %sr %su %t %u', param_ssplit: 'Multi-line search parameters, %s[] means to select the next item in sequence after being separated by newline or space, %s[-1] means to get the next item in reverse order, %s[0] means to specify the first item, %s[all] means to batch search all after split, %s[1|@] means separated by @ and specifies the second item. Supports replace, for example %s[].replace(/(\\d)/,"a$1"). Will read keywords from clipboard if there is no one', param_p1: 'Post body, like %p{x=1&y=%s}',