mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
17 lines
653 B
JSON
17 lines
653 B
JSON
[
|
|
{
|
|
"name": "百度汉语",
|
|
"urlRule": "https://dict.baidu.com/s?wd={{key}}",
|
|
"showRule": "@js:var jsoup = org.jsoup.Jsoup.parse(result)\njsoup.select(\"script,#word-header,#term-header,.more-button,.disactive,#download-wrapper,#upload-dialog,#right-panel,#success-dialog,.toast-wrap,div[style^=color],.baike-feedback,#cishumean-wrapper,#syn_ant_wrapper,#baike-wrapper\").remove()\njsoup.select(\"#content-panel\").html()",
|
|
"enabled": true,
|
|
"sortNumber": 0
|
|
},
|
|
{
|
|
"name": "海词英文",
|
|
"urlRule": "https://apii.dict.cn/mini.php?q={{key}}",
|
|
"showRule": "tag.body@all",
|
|
"enabled": true,
|
|
"sortNumber": 1
|
|
}
|
|
]
|