Skip to content

Commit

Permalink
feat: Siri
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Dec 18, 2024
1 parent 97fdb26 commit 562b6e1
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 3 deletions.
97 changes: 96 additions & 1 deletion docs/guide/Siri/siri.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,106 @@ todo
## 功能列表


## 配置方法

## 配置方法
* 基础: 直接使用
* 采用[默认配置](#默认设置)
* 进阶: 配合`Loon`设置面板或`Surge`参数设置功能进行个性化设置
* 提供一定的自定义设置,如`国家与地区代码`选择、`区域`选择等
* 高级: 配合`BoxJs`及订阅使用
<details>
<summary>ℹ️ 用前须知:使用`BoxJs`进行配置将被视为专业用户,官方不受理因使用`BoxJs`配置导致的各种问题</summary>

1. 安装`BoxJs`插件并更新引用资源或脚本:
* 安装方法及下载链接详见: [🧰 BoxJs](../box-js)
2.`BoxJs`的配置面板中进行个性化设置:
1. 浏览器访问[BoxJs.com](http://boxjs.com)
2.[`应用`](http://boxjs.com/#/app)页面点开` iRingo`折叠
3.[`⭕ Siri`](http://boxjs.com/#/app/iRingo.Siri)根据需要填写您的设置信息
</details>

## 安装链接

<ModuleInstall urlPrefix="https://github.com/NSRingo/Siri/releases/latest/download/">
<ModuleInstall.Tab type="loon">
<ModuleInstall.Item
url="iRingo.Siri.plugin"
badge={[
{
type: "tip",
text: "MitM",
outline: true,
},
{
type: "info",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="surge">
<ModuleInstall.Item
url="iRingo.Siri.sgmodule"
badge={[
{
type: "danger",
text: "MitM",
outline: true,
},
{
type: "warning",
text: "脚本",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="stash">
<ModuleInstall.Item
url="iRingo.Siri.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="iRingo.Siri.yaml"
/>
</ModuleInstall.Tab>
<ModuleInstall.Tab type="qx">
<ModuleInstall.Item
url="iRingo.Siri.snippet"
badge={[
{
type: "danger",
text: "重写",
outline: true,
},
{
type: "tip",
text: "MitM",
outline: true,
},
]}
/>
</ModuleInstall.Tab>
</ModuleInstall>

## 更新日志

Expand Down
5 changes: 3 additions & 2 deletions docs/guide/Siri/spotlight.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import _Footer from "../_Footer.md";
* 基础: 直接使用
* 采用[默认配置](#默认设置)
* 进阶: 配合`Loon`设置面板或`Surge`参数设置功能进行个性化设置
* 提供一定的自定义设置,如`数据源`选择、`需要替换的供应商`选择等
* 提供一定的自定义设置,如`国家与地区代码`选择、`功能`选择等
* 高级: 配合`BoxJs`及订阅使用
<details>
<summary>ℹ️ 用前须知:使用`BoxJs`进行配置将被视为专业用户,官方不受理因使用`BoxJs`配置导致的各种问题</summary>
Expand All @@ -73,7 +73,7 @@ import _Footer from "../_Footer.md";
2.`BoxJs`的配置面板中进行个性化设置:
1. 浏览器访问[BoxJs.com](http://boxjs.com)
2.[`应用`](http://boxjs.com/#/app)页面点开` iRingo`折叠
3.[`⭕ Siri`](http://boxjs.com/#/app/iRingo.Siri)根据需要填写您的设置信息
3.[`🔍 聚焦搜索`](http://boxjs.com/#/app/iRingo.Spotlight)根据需要填写您的设置信息
</details>

## 功能列表
Expand Down Expand Up @@ -121,6 +121,7 @@ import _Footer from "../_Footer.md";
- [ ] Twitter集成 (官方功能列表中有此功能,有知道解决方法或成因的请联系我)

## 安装链接

<ModuleInstall urlPrefix="https://github.com/NSRingo/Siri/releases/latest/download/">
<ModuleInstall.Tab type="loon">
<ModuleInstall.Item
Expand Down

0 comments on commit 562b6e1

Please sign in to comment.