Skip to content

Commit

Permalink
feat: ModuleInstall
Browse files Browse the repository at this point in the history
Update enhanced.mdx
Update ad-block.mdx
Update redirect.mdx
Update global.mdx
  • Loading branch information
VirgilClyne committed Nov 21, 2024
1 parent ec67ab3 commit ff988e2
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 39 deletions.
92 changes: 81 additions & 11 deletions docs/guide/ad-block.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,87 @@ import _Footer from "./_Footer.md";
* 自定义去除`哔哩哔哩`app内广告与不适元素

## 安装链接
<ModuleInstall
urlPrefix="https://github.com/BiliUniverse/ADBlock/releases/latest/download/"
urls={{
loon: "BiliBili.ADBlock.plugin",
surge: "BiliBili.ADBlock.sgmodule",
stash: "BiliBili.ADBlock.stoverride",
egern: "BiliBili.ADBlock.yaml",
qx: "BiliBili.ADBlock.snippet",
//shadowrocket: "BiliBili.ADBlock.srmodule"
}}
/>

<ModuleInstall urlPrefix="https://github.com/BiliUniverse/ADBlock/releases/latest/download/">
<ModuleInstall.Tab type="loon">
<ModuleInstall.Item
url="BiliBili.ADBlock.plugin"
badge={[
{
type: "tip",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="surge">
<ModuleInstall.Item
url="BiliBili.ADBlock.sgmodule"
badge={[
{
type: "danger",
text: "MitM",
outline: true,
},
{
type: "warning",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="stash">
<ModuleInstall.Item
url="BiliBili.ADBlock.stoverride"
badge={[
{
type: "info",
text: "覆写",
outline: true,
},
{
type: "info",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="egern">
<ModuleInstall.Item
url="BiliBili.ADBlock.yaml"
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="qx">
<ModuleInstall.Item
url="BiliBili.ADBlock.snippet"
badge={[
{
type: "danger",
text: "重写",
outline: true,
},
{
type: "tip",
text: "MitM",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
</ModuleInstall>

## 默认设置
* [x] [开屏] 去除广告
Expand Down
104 changes: 93 additions & 11 deletions docs/guide/enhanced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,99 @@ import _Footer from "./_Footer.md";
* 自定义启用的`分类`菜单选项

## 安装链接
<ModuleInstall
urlPrefix="https://github.com/BiliUniverse/Enhanced/releases/latest/download/"
urls={{
loon: "BiliBili.Enhanced.plugin",
surge: "BiliBili.Enhanced.sgmodule",
stash: "BiliBili.Enhanced.stoverride",
egern: "BiliBili.Enhanced.yaml",
qx: "BiliBili.Enhanced.snippet",
shadowrocket: "BiliBili.Enhanced.srmodule"
}}
/>

<ModuleInstall urlPrefix="https://github.com/BiliUniverse/Enhanced/releases/latest/download/">
<ModuleInstall.Tab type="loon">
<ModuleInstall.Item
url="BiliBili.Enhanced.plugin"
badge={[
{
type: "tip",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="surge">
<ModuleInstall.Item
url="BiliBili.Enhanced.sgmodule"
badge={[
{
type: "danger",
text: "MitM",
outline: true,
},
{
type: "warning",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="stash">
<ModuleInstall.Item
url="BiliBili.Enhanced.stoverride"
badge={[
{
type: "info",
text: "覆写",
outline: true,
},
{
type: "info",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="egern">
<ModuleInstall.Item
url="BiliBili.Enhanced.yaml"
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="qx">
<ModuleInstall.Item
url="BiliBili.Enhanced.snippet"
badge={[
{
type: "danger",
text: "重写",
outline: true,
},
{
type: "tip",
text: "MitM",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="shadowrocket">
<ModuleInstall.Item
url="BiliBili.Enhanced.srmodule"
badge={[
{
type: "tip",
text: "HTTPS 解密",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
</ModuleInstall>

## 默认设置
* 首页
Expand Down
102 changes: 96 additions & 6 deletions docs/guide/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,111 @@ import _Footer from "./_Footer.md";

## 安装链接

<ModuleInstall urlPrefix="https://github.com/BiliUniverse/Global/releases/latest/download/">
<ModuleInstall urlPrefix="https://github.com/BiliUniverse/Enhanced/releases/latest/download/">
<ModuleInstall.Tab type="loon">
<ModuleInstall.Item url="BiliBili.Global.plugin" badge={<>需要 <a href="https://t.me/LoonNews/948" target="_blank">3.0.8 (542)</a> 及以上版本</>} />
<ModuleInstall.Item
url="BiliBili.Enhanced.plugin"
badge={[
{
type: "tip",
text: "MitM",
outline: true,
},
{
type: "warning",
text: "复写",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
{
type: "info",
text: "需要 3.0.8 (542) 及以上版本",
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="surge">
<ModuleInstall.Item url="BiliBili.Global.sgmodule"/>
<ModuleInstall.Item
url="BiliBili.Enhanced.sgmodule"
badge={[
{
type: "danger",
text: "MitM",
outline: true,
},
{
type: "danger",
text: "HTTP 重写",
outline: true,
},
{
type: "warning",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="stash">
<ModuleInstall.Item url="BiliBili.Global.stoverride" badge={<>需要 2.2.0 (576) 及以上版本</>}/>
<ModuleInstall.Item
url="BiliBili.Enhanced.stoverride"
badge={[
{
type: "info",
text: "覆写",
outline: true,
},
{
type: "info",
text: "重写",
outline: true,
},
{
type: "info",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
{
type: "info",
text: "需要 2.2.0 (576) 及以上版本",
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="egern">
<ModuleInstall.Item url="BiliBili.Global.yaml"/>
<ModuleInstall.Item
url="BiliBili.Enhanced.yaml"
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="qx">
<ModuleInstall.Item url="BiliBili.Global.snippet" badge={<>需要 1.4.0 (783) 及以上版本</>}>
<ModuleInstall.Item
url="BiliBili.Enhanced.snippet"
badge={[
{
type: "danger",
text: "重写",
outline: true,
},
{
type: "tip",
text: "MitM",
outline: true,
},
{
type: "info",
text: "需要 1.4.0 (783) 及以上版本",
},
]}
>
- ~~`Quantumult X`功能限制,脚本运行于兼容模式~~
- ~~首次进入番剧时,可能无法探测当前剧集地区信息,需要切换一次集数或再进入一次番剧页面~~
- ~~`白色版`可能无法获取地区限制番剧的剧集列表~~
Expand Down
Loading

0 comments on commit ff988e2

Please sign in to comment.