mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-10-31 04:51:08 +08:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Sub-Store 配置指南
|
||
|
||
## 脚本配置:
|
||
|
||
### 1. Loon
|
||
安装使用[插件](https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/config/Loon.plugin)即可。
|
||
### 2. Surge
|
||
安装使用[模块](https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/config/Surge.sgmodule)即可。
|
||
|
||
### 3. QX
|
||
编辑配置文件,在对应的节下面添加以下配置:
|
||
```
|
||
[rewrite_local]
|
||
^https?:\/\/sub\.store url script-analyze-echo-response https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js
|
||
|
||
[mitm]
|
||
# 添加一个sub.store域名
|
||
hostname=sub.store
|
||
simple_cert_hostname=sub.store
|
||
```
|
||
|
||
### 4. Stash
|
||
安装使用[ Stash 覆写](https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/config/Stash.stoverride)即可。
|
||
|
||
## 使用 Sub-Store
|
||
1. 使用 Safari 打开这个 https://sub.store,如网页正常打开并且未弹出任何错误提示,说明 Sub-Store 已经配置成功。
|
||
2. 可以把 Sub-Store 添加到主屏幕,即可获得类似于 APP 的使用体验。
|
||
3. 更详细的使用指南请参考[文档](https://www.notion.so/Sub-Store-6259586994d34c11a4ced5c406264b46)。 |