Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
hoothin committed Nov 11, 2023
1 parent 170362d commit 513cbfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -288,7 +288,7 @@ window.setLang = (_lang) => {
param_t: '当前指向链接或者图片的地址。%T: 该项的 URI 编码',
param_b: '指向对象地址去除 http头。%B: 该项的 URI 编码',
param_n: '指向对象的 title 或 alt 或 网站标题',
param_i: '指向图片的 base64',
param_i: '指向图片的 base64,未指向图片时尝试获取剪贴板图片',
param_sre: '用正则替换搜索关键词/页面或链接url/图片src,例如 %sr.replace(/[^\\d]/g, "").replace(/(\\d)/g, "$1 ") 代表提取原始关键词中所有数字,并以空格分隔,支持 %s %sl %sr %su %t %u',
param_ssplit: '多行搜索参数,%s[]代表按换行或者空格分隔后依次取下一项,%s[-1]代表逆序依次取下一项,%s[0]代表指定第一项,%s[all]代表分隔后批量搜索,%s[1|@]代表以@分隔并且指定第二项,支持replace,例如%s[].replace(/(\\d)/,"a$1")。没有关键词时会尝试读取剪贴板',
param_p1: 'post 参数体,例如 %p{x=1&y=%s}',
@@ -589,7 +589,7 @@ window.setLang = (_lang) => {
param_t: '當前指向鏈接或者圖片的地址。%T: 該項的 URI 編碼',
param_b: '指向對像地址去除 http頭。%B: 該項的 URI 編碼',
param_n: '指向對像的 title 或 alt 或 網站標題',
param_i: '指向圖片的 base64',
param_i: '指向圖片的 base64,未指向圖片時嘗試取得剪貼簿圖片',
param_sre: '用正則替換搜尋關鍵詞/頁面或鏈接url/圖片src,例如 %sr.replace(/[^\\d]/g, "").replace(/(\\d)/g, "$1 ") 代表提取原始關鍵詞中所有數字,並以空格分隔,支持 %s %sl %sr %su %t %u',
param_ssplit: '多行搜尋參數,%s[]代表按換行或者空格分隔後依次取下一項,%s[-1]代表逆序依次取下一項,%s[0]代表指定第一項,%s[all]代表分隔後批量搜尋,%s[1|@]代表以@分隔並且指定第二項,支持replace,例如%s[].replace(/(\\d)/,"a$1")。沒有關鍵詞時會嘗試讀取剪貼板',
param_p1: 'post 參數體,例如 %p{x=1&y=%s}',
@@ -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',
param_i: 'Base64 of target image. If the target is not image, 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}',

0 comments on commit 513cbfa

Please sign in to comment.