Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Nov 11, 2023
1 parent 513cbfa commit ed4c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit ed4c20c

Please sign in to comment.