feat: restore bili plugin, merge only web+webfetch into browser plugin

This commit is contained in:
root
2026-07-18 21:11:18 +08:00
parent 0856a9b2c3
commit 2284d8897c
7 changed files with 358 additions and 158 deletions

View File

@ -3,9 +3,9 @@
"name_zh": "浏览器",
"name_en": "browser",
"version": "1.0.0",
"description": "网络资源搜索与获取搜索引擎查询browser_search、网页抓取browser_fetchSSRF防护、无头浏览器渲染browser_render、视频下载browser_video基于yt-dlp",
"description": "网络资源搜索与获取搜索引擎查询browser_search、网页抓取browser_fetchSSRF防护、无头浏览器渲染browser_render",
"author": "HomeAgent",
"entry": "plugin.so",
"tags": ["web", "search", "fetch", "video", "browser"],
"tags": ["web", "search", "fetch", "browser"],
"targets": "linux/amd64"
}