Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobycroft committed Jun 17, 2020
2 parents 76fab0a + f9c782e commit 05eeccc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
32 changes: 31 additions & 1 deletion C2C路由器插件/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# 路由器插件
# 路由器插件
**luci-app-bilihp适用于openwrt和部分pandorabox**,安装方法如下:
### 方法一
1. 使用ssh登录路由器
2. 下载luci-app-bilihp插件
``` shell
wget -O /tmp/luci-app-bilihp_1.1-1_all.ipk https://raw.githubusercontent.com/tobycroft/BiliHP-APP/master/C2C%E8%B7%AF%E7%94%B1%E5%99%A8%E6%8F%92%E4%BB%B6/luci-app-bilihp_1.1-1_all.ipk
```
3. 安装luci-app-bilihp
``` shell
opkg install /tmp/luci-app-bilihp_1.1-1_all.ipk
```
4. 登录路由器设置页面,在“服务-BiliHP c2c”中进行配置,然后点击"保存&应用"
![image](https://note.youdao.com/yws/public/resource/d59f2d417bea18809b0a4dcfe88ad491/FC337F1C7F48495FB8859B582B97B4CA?ynotemdtimestamp=1591797687564)
### 方法二
1. 下载luci-app-bilihp插件到本地
2. 登录路由器设置页面
3. 进入“系统-文件传输”页面,点击“选择文件”选择luci-app-bilihp插件,然后点击“上传”
![image](https://note.youdao.com/yws/public/resource/d59f2d417bea18809b0a4dcfe88ad491/E1E8DD693188476BA58F68D041BBE84D?ynotemdtimestamp=1591797687564)
4. 在“上传文件列表”内找到luci-app-bilihp插件,点击“安装”
5. 在“服务-BiliHP c2c”中进行配置,然后点击"保存&应用"

### 方法三

1. 登录路由器设置页面
2. 进入“系统-软件包”页面,在“下载并安装软件包”内填入链接`http://raw.githubusercontent.com/tobycroft/BiliHP-APP/master/C2C%E8%B7%AF%E7%94%B1%E5%99%A8%E6%8F%92%E4%BB%B6/luci-app-bilihp_1.1-1_all.ipk`(注意是http,不是https),点击`确认`
![image](https://note.youdao.com/yws/public/resource/d59f2d417bea18809b0a4dcfe88ad491/DEBF5D371BAA4106AA145004392D1352?ynotemdtimestamp=1591797687564)
![image](https://note.youdao.com/yws/public/resource/d59f2d417bea18809b0a4dcfe88ad491/7B79089E1E4E4E63A974ED800246C416?ynotemdtimestamp=1591797687564)
3. 安装成功后,在“服务-BiliHP c2c”中进行配置,然后点击"保存&应用"


6 changes: 4 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

- 本项目会涉及到的APP权限[权限说明](https://github.com/tobycroft/BiliHP-APP/wiki/APP%E9%9C%80%E8%A6%81%E7%9A%84%E6%9D%83%E9%99%90%E7%94%A8%E9%80%94%E8%AF%B4%E6%98%8E)

- 官方网站/C2C闪电网络:https://www.bilihp.com:444
- 官方网站/C2C闪电网络:[https://www.bilihp.com:444](https://www.bilihp.com:444)

- 软件介绍/下载站:https://app.bilihp.com:444
- 软件介绍/下载站:[https://app.bilihp.com:444](https://app.bilihp.com:444)

- 官方微博(Diss专用博):[https://weibo.com/6461507711](https://weibo.com/6461507711)

- 请在Release中找到对应版本的最新更新,安卓苹果有自动更新随便选即可

Expand Down

0 comments on commit 05eeccc

Please sign in to comment.